Property | Type | Description | |
---|---|---|---|
standardGenerator | Generator |
Method | Description | |
---|---|---|
NextDouble ( ) : double |
Returns a distributed floating point random number.
|
|
Reset ( ) : bool |
Resets the random number distribution, so that it produces the same random number sequence again.
|
Method | Description | |
---|---|---|
Distribution ( ) : System |
Initializes a new instance of the Distribution class, using a StandardGenerator as underlying random number generator.
|
|
Distribution ( |
Initializes a new instance of the Distribution class, using the specified Generator as underlying random number generator.
|
protected Distribution ( |
||
generator | A Generator object. | |
return | System |