fix comment (#1798)

This commit is contained in:
leodema 2017-06-04 07:41:41 +01:00 committed by Mark Dickinson
parent 21c2dd7cf8
commit 9f396b605e
1 changed files with 1 additions and 1 deletions

View File

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