commit | b1e83a5f7ce7778394a3734e70af40b1a8822752 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 12 09:23:49 2014 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 12 09:23:49 2014 -0700 |
tree | 5f33fc7bead4e0372d2720663709018685522c89 | |
parent | f11d17b5c787409a7689279aec8f5435c64fdce8 [diff] [blame] |
Remove the 6% chance this test will fail -- refs #1259
diff --git a/docs/random-numbers.rst b/docs/random-numbers.rst index 410f375..c24e473 100644 --- a/docs/random-numbers.rst +++ b/docs/random-numbers.rst
@@ -17,6 +17,6 @@ >>> import os >>> os.urandom(16) - '...' + ... .. _`always use your operating system's provided random number generator`: http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/