示例#1
0
 /// <summary>
 /// {@inheritDoc}
 /// </summary>
 public virtual double nextRandom()
 {
     return(_dist.NextDouble());
 }