]> granicus.if.org Git - python/commitdiff
#7076: mention SystemRandom class near start of the module docs; reword change descri...
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 02:29:10 +0000 (02:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 02:29:10 +0000 (02:29 +0000)
Doc/library/random.rst

index b6b0b6c4dafe6f485c315f8373c8a0c67cccf22f..486e47545176470fc98488dd938ea7cf2144a301 100644 (file)
@@ -52,7 +52,11 @@ known to fail some stringent randomness tests.  See the references below for a
 recent variant that repairs these flaws.
 
 .. versionchanged:: 2.3
-   Substituted MersenneTwister for Wichmann-Hill.
+   MersenneTwister replaced Wichmann-Hill as the default generator.
+
+The :mod:`random` module also provides the :class:`SystemRandom` class which
+uses the system function :func:`os.urandom` to generate random numbers
+from sources provided by the operating system.
 
 Bookkeeping functions: