]> granicus.if.org Git - python/commitdiff
Added randrange to list of exported functions.
authorGuido van Rossum <guido@python.org>
Fri, 31 Jul 1998 13:40:05 +0000 (13:40 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Jul 1998 13:40:05 +0000 (13:40 +0000)
Lib/random.py

index a19059cbe8d202ad792e3f4e6aa8b25bd93089a4..9ec41e17d65a8db84c234543ed0ed2ac38f51593 100644 (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