Added randrange to list of exported functions.

This commit is contained in:
Guido van Rossum 1998-07-31 13:40:05 +00:00
parent 187f154243
commit 3357561476
1 changed files with 1 additions and 1 deletions

View File

@ -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