Type RandomSource
Namespace MathNet.Numerics.Random
Parent Random
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive ≥ 1.
int
A 32-bit signed integer less than maxExclusive.
int
minInclusiveThe inclusive lower bound of the random number returned.
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive > minExclusive.
int
A 32-bit signed integer greater than or equal to minInclusive and less than maxExclusive ; that is, the range of return values includes minInclusive but not maxExclusive. If minInclusive equals maxExclusive , minInclusive is returned.
Byte[]
bufferAn array of bytes to contain random numbers.
Double[]
valuesThe array to fill with random values.
int
countThe size of the array to fill.
int
countThe size of the array to fill.
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive ≥ 1.
Int32[]
valuesThe array to fill with random values.
int
minInclusiveThe inclusive lower bound of the random number returned.
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive > minExclusive.
Int32[]
valuesThe array to fill with random values.
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive ≥ 1.
int
countThe size of the array to fill.
Int32[]
valuesThe array to fill with random values.
int
countThe size of the array to fill.
int
minInclusiveThe inclusive lower bound of the random number returned.
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive > minExclusive.
int
minInclusiveThe inclusive lower bound of the random number returned.
int
maxExclusiveThe exclusive upper bound of the random number returned. Range: maxExclusive > minExclusive.