Kaydet (Commit) 9f396b60 authored tarafından leodema's avatar leodema Kaydeden (comit) Mark Dickinson

fix comment (#1798)

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