File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ instance of the :class:`random.Random` class. You can instantiate your own
34
34
instances of :class: `Random ` to get generators that don't share state.
35
35
36
36
Class :class: `Random ` can also be subclassed if you want to use a different
37
- basic generator of your own devising: in that case, override the :meth: `~random. random `,
38
- :meth: `~random. seed `, :meth: `~random. getstate `, and :meth: `~random. setstate ` methods.
39
- Optionally, a new generator can supply a :meth: `~random. getrandbits ` method --- this
37
+ basic generator of your own devising: in that case, override the :meth: `! random `,
38
+ :meth: `! seed `, :meth: `! getstate `, and :meth: `! setstate ` methods.
39
+ Optionally, a new generator can supply a :meth: `! getrandbits ` method --- this
40
40
allows :meth: `randrange ` to produce selections over an arbitrarily large range.
41
41
42
42
The :mod: `random ` module also provides the :class: `SystemRandom ` class which
You can’t perform that action at this time.
0 commit comments