/// <summary>
 /// {@inheritDoc}
 /// </summary>
 public virtual double nextRandom()
 {
     return(_chiSquare.NextDouble());
 }