Random()

Random::Random() constructor

Initializes a new instance, using a time-dependent default seed value.

System::Random::Random()

Random::Random(int32_t) constructor

Initializes a new instance of the System.Random class, using the specified seed value.

System::Random::Random(int32_t seed)

Arguments

ParameterTypeDescription
seedint32_tThe seed used to generate a pseudo-random number sequence

See Also