mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
This commit is contained in:
parent
ddc0fa3a1c
commit
17c1f0c8cb
2 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
"lognormvariate",
|
||||
"normalvariate",
|
||||
"paretovariate",
|
||||
"randbytes",
|
||||
"randint",
|
||||
"random",
|
||||
"randrange",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue