Creating a more random int?

Steven D'Aprano steve at REMOVETHIScyber.com.au
Tue Jan 24 16:55:13 EST 2006


On Tue, 24 Jan 2006 09:36:49 -0800, Paul Rubin wrote:

> Try reading bytes from os.urandom and converting them to ints in your
> program.

He'll have the same problem with them, since the problem isn't the quality
of the randomness, but his intuition of what a random sequence should look
like.


-- 
Steven.




More information about the Python-list mailing list