Kaydet (Commit) 31e8d69b authored tarafından Matthias Bussonnier's avatar Matthias Bussonnier Kaydeden (comit) Victor Stinner

bpo-33783: Use proper class markup for random.Random docs (GHè7817)

Signed-off-by: 's avatarMatthias Bussonnier <bussonniermatthias@gmail.com>
üst 2f5b4487
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment