"Steven Macintyre" <[EMAIL PROTECTED]> writes:
> I need to retrieve an integer from within a range ... this works ... below
> is my out puts ... it just does not seem so random ... 

It's pretty normal for random small ints to not look random.  Are
there some statistical tests that the prng is definitely failing?

> Is there perhaps a suggestion out there to create a more random int ...?

Try reading bytes from os.urandom and converting them to ints in your
program.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to