This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ideasman42
Recipients Steven.Barker, ideasman42, mark.dickinson, paul.moore, rhettinger, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-05-22.01:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463881246.71.0.0523547464645.issue27072@psf.upfronthosting.co.za>
In-reply-to
Content
@rhettinger, agree that very large ints in this case aren't going to give very usable results.

On the other hand, this limit isn't imposed elsewhere (you can power-of operator to create bigger numbers).

Nevertheless this isn't going to give good/usable performance.

----

Might having a method added to `randome.Random` that returns random bits (as os.urandom does), be something Python project would consider accepting?
History
Date User Action Args
2016-05-22 01:40:46ideasman42setrecipients: + ideasman42, rhettinger, paul.moore, mark.dickinson, tim.golden, zach.ware, serhiy.storchaka, steve.dower, Steven.Barker
2016-05-22 01:40:46ideasman42setmessageid: <1463881246.71.0.0523547464645.issue27072@psf.upfronthosting.co.za>
2016-05-22 01:40:46ideasman42linkissue27072 messages
2016-05-22 01:40:46ideasman42create