![]() |
randplot |
|
| Home « Computers « randplot | ||
The following description is taken from the main source file.
A forms application that plots (x,y) pairs of random numbers generated by a variety of different algorithms. The x and y axis of the plots can be 'stretched' by a variable factor that can sometimes expose any underlying lattice structure in the random pairs. The application was inspired by the 1988 article by Piere L'Ecuyer where he invents the first combined MLCGs and prints 3 plots of random pairs with an x-axis stretch factor of 1000. |

Screen shot of randplot
From the drop-down list of algorithms you can select the following:
The application also displays the low-high limits reached by the random variables, the counts of points generated and the number of points generated per second.
See also: Hobbies - Random Numbers
Links: Linear congruential generator (Wikipedia)
randplot_proj.zip - (42KB) ZIP of the Visual Studio 2005 Project with full source code. |
|
| randplot_exe.zip - (55KB) ZIP of the executable files only. |
Back to: Computers & Software Main Page