Gets and sets the delegate method for generating uniform deviates between zero and one.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public RandomNumberGenerator..::.UniformRandomNumber UniformDeviateMethod { get; set; }
Visual Basic (Declaration)
Public Property UniformDeviateMethod As RandomNumberGenerator..::.UniformRandomNumber
Visual C++
public:
property RandomNumberGenerator..::.UniformRandomNumber^ UniformDeviateMethod {
	RandomNumberGenerator..::.UniformRandomNumber^ get ();
	void set (RandomNumberGenerator..::.UniformRandomNumber^ value);
}

See Also