The methods of NUnit.Framework.Internal.Randomizer are listed below. For a list of all members, see the Randomizer Members list.
See Also: Inherited members from System.Random
static | CreateRandomizer()Documentation for this section has not yet been entered. | |
GetDoubles(int)Return an array of random doubles between 0.0 and 1.0. | ||
GetDoubles(double, double, int)Return an array of random doubles with values in a specified range. | ||
GetEnums(int, Type)Documentation for this section has not yet been entered. | ||
GetInts(int, int, int)Return an array of random ints with values in a specified range. | ||
static | GetRandomizer(System.Reflection.MemberInfo)Documentation for this section has not yet been entered. | |
static | GetRandomizer(System.Reflection.ParameterInfo)Documentation for this section has not yet been entered. | |