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 altendky
Recipients altendky, ammar2, dstufft, nedbat
Date 2016-12-27.18:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482864159.61.0.0792854589961.issue29085@psf.upfronthosting.co.za>
In-reply-to
Content
time.sleep(0) and time.sleep(0.0) acted the same for me and both exhibited matching 'random' values in some cases.  (win10, python3.6)  I also printed time.time() with each 'random' value and it wasn't a perfect match but matching times tended to go with matching 'random' values.
History
Date User Action Args
2016-12-27 18:42:39altendkysetrecipients: + altendky, nedbat, dstufft, ammar2
2016-12-27 18:42:39altendkysetmessageid: <1482864159.61.0.0792854589961.issue29085@psf.upfronthosting.co.za>
2016-12-27 18:42:39altendkylinkissue29085 messages
2016-12-27 18:42:39altendkycreate