Commit 9f396b60 authored by leodema's avatar leodema Committed by Mark Dickinson

fix comment (#1798)

parent 21c2dd7c
......@@ -540,7 +540,7 @@ class Random(_random.Random):
return x * beta
elif alpha == 1.0:
# expovariate(1)
# expovariate(1/beta)
u = random()
while u <= 1e-7:
u = random()
......
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