Browse Source

Fix: revert comment line

Rod Hynes 6 years ago
parent
commit
a96771d568
1 changed files with 1 additions and 0 deletions
  1. 1 0
      psiphon/common/prng/prng.go

+ 1 - 0
psiphon/common/prng/prng.go

@@ -206,6 +206,7 @@ func (p *PRNG) FlipCoin() bool {
 	return p.rand.Int31n(2) == 1
 }
 
+// FlipWeightedCoin returns the result of a weighted
 // random coin flip. If the weight is 0.5, the outcome
 // is equally likely to be true or false. If the weight
 // is 1.0, the outcome is always true, and if the