Beispiel #1
0
 private double GetDistributedValue(double mode)
 {
     return(Distribution.NextDouble() * mode / 2.5);
 }