public RandomNumberGenerator RandomNumberGenerator { get; set; }
Public Property RandomNumberGenerator As RandomNumberGenerator
Get
Set
public:
property RandomNumberGenerator^ RandomNumberGenerator {
RandomNumberGenerator^ get ();
void set (RandomNumberGenerator^ value);
}
member RandomNumberGenerator : RandomNumberGenerator with get, set
The RandomNumberGenerator is a RandomNumberGenerator able to sample random data from a continuous uniform distribution defined on the interval [0, 1). Subclasses define transformation routines of such data in order to stream samples from the specific distributions they represent. If not set, it defaults to the single instruction, multiple data Mersenne Twister 19937 generator having seed equal to 0.
ArgumentNullException | value is null. |