Commit 33575614 authored by Guido van Rossum's avatar Guido van Rossum

Added randrange to list of exported functions.

parent 187f1542
...@@ -20,7 +20,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment