Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a894cbf + 29d09aa commit e1b22edCopy full SHA for e1b22ed
1 file changed
Lib/random.py
@@ -96,7 +96,7 @@ def seed(self, a=None, version=2):
96
None or no argument seeds from current time or from an operating
97
system specific randomness source if available.
98
99
- For version 2 (the default), all of the bits are used if *a *is a str,
+ For version 2 (the default), all of the bits are used if *a* is a str,
100
bytes, or bytearray. For version 1, the hash() of *a* is used instead.
101
102
If *a* is an int, all bits are used.
0 commit comments