NUnit.Framework.Internal.Randomizer Members

The members of NUnit.Framework.Internal.Randomizer are listed below.

See Also: Inherited members from System.Random

Public Constructors

Construct a randomizer using a specified seed

Public Properties

static
InitialSeedint. Documentation for this section has not yet been entered.

Public Methods

static
CreateRandomizer() : Xamarin.iOS.dll=NUnit.Framework.Internal.Randomizer
Documentation for this section has not yet been entered.
GetDoubles(int) : double[]
Return an array of random doubles between 0.0 and 1.0.
GetDoubles(double, double, int) : double[]
Return an array of random doubles with values in a specified range.
GetEnums(int, Type) : object[]
Documentation for this section has not yet been entered.
GetInts(int, int, int) : int[]
Return an array of random ints with values in a specified range.
static
GetRandomizer(System.Reflection.MemberInfo) : Xamarin.iOS.dll=NUnit.Framework.Internal.Randomizer
Documentation for this section has not yet been entered.
static
GetRandomizer(System.Reflection.ParameterInfo) : Xamarin.iOS.dll=NUnit.Framework.Internal.Randomizer
Documentation for this section has not yet been entered.