Method | Description | |
---|---|---|
GetDoubles ( double min, double max, int count ) : double[] |
Return an array of random doubles with values in a specified range.
|
|
GetDoubles ( int count ) : double[] |
Return an array of random doubles between 0.0 and 1.0.
|
|
GetInts ( int min, int max, int count ) : int[] |
Return an array of random ints with values in a specified range.
|
|
GetRandomizer ( |
Get a randomizer for a particular member, returning one that has already been created if it exists. This ensures that the same values are generated each time the tests are reloaded.
|
|
GetRandomizer ( |
Get a randomizer for a particular parameter, returning one that has already been created if it exists. This ensures that the same values are generated each time the tests are reloaded.
|
|
Randomizer ( ) : System |
Construct a randomizer using a random seed
|
|
Randomizer ( int seed ) : System |
Construct a randomizer using a specified seed
|
public GetDoubles ( double min, double max, int count ) : double[] | ||
min | double | |
max | double | |
count | int | |
return | double[] |
public GetInts ( int min, int max, int count ) : int[] | ||
min | int | |
max | int | |
count | int | |
return | int[] |
public static GetRandomizer ( |
||
member | ||
return |
public static GetRandomizer ( |
||
parameter | ||
return |