Click or drag to resize

RandGenUniform(Interval) Constructor

Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a uniform distribution within the specified interval.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenUniform(
	Interval interval
)

Parameters

interval  Interval
Interval.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the lower and upper bounds are equal.
See Also