long random integer generation

Pat McCann thisis at bboogguusss.org
Thu Aug 17 14:03:43 EDT 2000


And a small tip:

If you need multiple streams of random numbers, get them out of one
number generator, instead of one per stream, to avoid the (VERY small)
chance that the streams will be sequence-shifted versions of each other.



More information about the Python-list mailing list