Amazon Suggestions

Friday, February 8, 2008

Week 1 - Diades

The solution for the production of random points in two dimensions.
Option 1 uses the random function without overflow, option 2 uses the random function with overflow correction and option 3 the ran1 function (Numerical Recipes).

Results from the random function without overflow.
We can observe correlations between the points.
Results from the random function with overflow correction.
We observe the reduction correlations compared with the previous one.
Results from the ran1 function (Numerical Recipes)
We observe the lack of any correlation.

No comments: