random.randint(1,n) in Python

Posted by Arkapravo on Stack Overflow See other posts from Stack Overflow or by Arkapravo
Published on 2010-04-08T03:41:31Z Indexed on 2010/04/08 3:43 UTC
Read the original article Hit count: 429

Most of us know that the command random.randint(1,n) in Python (2.X.X) would generate a number in random (pseudo-random) between 1 and n. I am interested in knowing what is the upper limit for n ?

© Stack Overflow or respective owner

Related posts about python

Related posts about random