Added randrange to list of exported functions.
This commit is contained in:
parent
187f154243
commit
3357561476
|
@ -20,7 +20,7 @@
|
||||||
# value. See whrandom.py for more info.
|
# value. See whrandom.py for more info.
|
||||||
|
|
||||||
import whrandom
|
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
|
from math import log, exp, pi, e, sqrt, acos, cos, sin
|
||||||
|
|
||||||
# Interfaces to replace remaining needs for importing whrandom
|
# Interfaces to replace remaining needs for importing whrandom
|
||||||
|
|
Loading…
Reference in New Issue