Click or drag to resize

RandGenMTwist Properties

The RandGenMTwist type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberMaxRandomInt Gets the maximum random integer value. All random integers generated by instances of this class are less than or equal to this value. This value is 0x7fffffff (2,147,483,647).
Public propertyUniformDeviateMethod Gets and sets the delegate method for generating uniform deviates between zero and one.
(Inherited from RandomNumberGenerator)
Top
See Also