Commit 411c6023 authored by Raymond Hettinger's avatar Raymond Hettinger

Minor fixup. "Random" was listed twice in __all__.

parent 5d9ca4eb
......@@ -49,8 +49,7 @@ __all__ = ["Random","seed","random","uniform","randint","choice","sample",
"randrange","shuffle","normalvariate","lognormvariate",
"expovariate","vonmisesvariate","gammavariate",
"gauss","betavariate","paretovariate","weibullvariate",
"getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
"Random"]
"getstate","setstate","jumpahead", "WichmannHill", "getrandbits"]
NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
TWOPI = 2.0*_pi
......
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