random module gives same results across all configurations?

Paul Rubin http
Wed Mar 4 04:31:52 EST 2009


"Diez B. Roggisch" <deets at nospam.web.de> writes:
> Random uses AFAIK rand/srand from the stdlib.h of your platform (*nix,
> no idea how that beast is called in redmond).

According to  http://docs.python.org/library/random.html
it uses Mersenne Twister.



More information about the Python-list mailing list