Commit graph

15 commits

Author SHA1 Message Date
Alex Gaynor
f84327556a
remove out of date details in random numbers docs (#8482) 2023-03-10 05:19:39 +08:00
Alexandre Duc
7ae97f8988
On Windows, os.urandom doesn't use CryptGenRandom anymore (deprecated) (#8481)
but BCryptGenRandom()
2023-03-09 12:24:55 -05:00
Alex Gaynor
335525a70d
Clean up the language in the docs now that 3.6 is the minimum we support (#6825) 2022-01-29 07:15:11 -08:00
Alex Gaynor
140ec5d6e2 Fixes #2347 -- link to the stdlib secrets module in our random number generation section (#3669) 2017-06-04 05:51:31 -10:00
Alex Gaynor
e51236d7c0 Last pass over fixing the links (#3224) 2016-11-06 23:13:35 +08:00
Alex Gaynor
4c360e4aa9 Document how to get a random number as an integer, fixes #2190 2015-08-08 18:18:09 -04:00
Alex Gaynor
ae7dfce5a3 Attempt to link to the os.urandom docs from upstream 2014-12-18 23:48:33 -08:00
Alex Gaynor
2d6bb0bd96 Let people who are curious know how os.urandom is implemented 2014-12-18 21:31:59 -08:00
Alex Gaynor
6e1fa9b004 No point showing a ... 2014-07-12 09:52:59 -07:00
Alex Gaynor
b1e83a5f7c Remove the 6% chance this test will fail -- refs #1259 2014-07-12 09:23:49 -07:00
Alex Stapleton
faf305b314 Get rid of remaining pycon blocks 2014-07-12 12:27:37 +01:00
Alex Gaynor
3e4729aa62 Cite Thomas Ptacek for urandom 2014-02-25 14:12:35 -08:00
David Reid
b69aff539e Use a pycon codeblock instead... 2014-02-07 13:38:38 -08:00
Alex Gaynor
cb157160f0 Be more alarmist 2014-02-06 10:27:48 -08:00
Alex Gaynor
2a70f91630 Fixed #568 -- Document that users should use urandom for all their random numbers 2014-02-06 09:47:07 -08:00