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