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 700eb415
Recipients 700eb415, alex, anand.jeyahar, christian.heimes, josh.r, jwilk, neologix, vstinner
Date 2014-10-08.13:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412776797.73.0.154949079806.issue22181@psf.upfronthosting.co.za>
In-reply-to
Content
OpenBSD already provides high quality pseudorandom numbers from arc4random(). I don't think this would make us "early adopters" since it has been around for some time on this platform.

It's also worth mentioning that getentropy() is not recommended in use for normal code as per stated in the man page. arc4random() is recommended, but there may be a reason the first poster has recommended getentropy()
History
Date User Action Args
2014-10-08 13:59:57700eb415setrecipients: + 700eb415, vstinner, christian.heimes, jwilk, alex, neologix, anand.jeyahar, josh.r
2014-10-08 13:59:57700eb415setmessageid: <1412776797.73.0.154949079806.issue22181@psf.upfronthosting.co.za>
2014-10-08 13:59:57700eb415linkissue22181 messages
2014-10-08 13:59:57700eb415create