From: Matthias Bussonnier Date: Tue, 16 Apr 2019 16:47:11 +0000 (-0700) Subject: bpo-33783: Use proper class markup for random.Random docs (GHè7817) X-Git-Tag: v3.8.0a4~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31e8d69bfe7cf5d4ffe0967cb225d2a8a229cc97;p=thirdparty%2FPython%2Fcpython.git bpo-33783: Use proper class markup for random.Random docs (GHè7817) Signed-off-by: Matthias Bussonnier --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 79a7bddad497..fcedba4dbc20 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -310,6 +310,11 @@ be found in any statistics text. Alternative Generator --------------------- +.. class:: Random([seed]) + + Class that implements the default pseudo-random number generator used by the + :mod:`random` module. + .. class:: SystemRandom([seed]) Class that uses the :func:`os.urandom` function for generating random numbers