mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added randrange to list of exported functions.
This commit is contained in:
parent
187f154243
commit
3357561476
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
# value. See whrandom.py for more info.
|
||||
|
||||
import whrandom
|
||||
from whrandom import random, uniform, randint, choice # Also for export!
|
||||
from whrandom import random, uniform, randint, choice, randrange # For export!
|
||||
from math import log, exp, pi, e, sqrt, acos, cos, sin
|
||||
|
||||
# Interfaces to replace remaining needs for importing whrandom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue