Method | Description | |
---|---|---|
RanUInt32Array ( ) : System |
Constructs the PRNG-object.
|
|
RanUInt32Array ( Random rand ) : System |
Constructs the PRNG-object using another PRNG-object for seeding.
|
|
RanUInt32Array ( |
Constructs the PRNG-object using the designated seed. This is useful if you want to repeat experiments with the same sequence of pseudo-random numbers.
|
|
Seed ( Random rand ) : void |
Seed with random bytes from another RNG.
|
|
Seed ( |
Seed with an array.
|
Method | Description | |
---|---|---|
Seed ( ) : void |
Seed with an integer.
|
public RanUInt32Array ( Random rand ) : System | ||
rand | Random | |
return | System |
public RanUInt32Array ( |
||
seed | ||
return | System |
public abstract Seed ( |
||
seed | ||
return | void |