Randomizer
Randomizer returns a set of random values in a repeatable
way, to allow re-running of tests if necessary.
Get a random seed for use in creating a randomizer.
public Randomizer()
Construct a randomizer using a random seed
Construct a randomizer using a specified seed
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.
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.
Return an array of random doubles between 0.0 and 1.0.
Return an array of random doubles with values in a specified range.
Return an array of random ints with values in a specified range.