Group: comp.lang.fortran · Group Profile · Search for random number generator in comp.lang.fortran
Author: sk8terg1rl
Date: Jan 20, 2007 10:01
...: I need a double-handful of random numbers. Okay, several million. Is there an especially fast, public domain random number generator? The one I am currently using is ... :-). If you want a deterministic sequence of numbers (good for debugging): Try the Mersenne Twister ...you're after a non-predictable sequence of random numbers, then you may be better off ...
|