<G>$5AB4ABAAFA3359CDE65D50F3C2439F05 Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Fill(IList<Double>) Fills a Double array with random numbers.
Fill(IList<Int32>) Fills an Int32 array with random numbers.
Fill(IList<Double>, Int32, Int32) Fills a Double array with random numbers.
Fill(IList<Int32>, Int32, Int32) Fills an Int32 array with random numbers.
FillNormal(IList<Double>) Fills a list with normal random numbers with zero mean and unit standard deviation.
FillNormal(IList<Double>, Int32, Int32) Fills a list with normal random numbers with zero mean and unit standard deviation.
FillWithoutReplacement Populates the specified span with numbers chosen at random between 0 and the provided count without replacement.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetItemsWithoutReplacement<T>(T[], Int32) Creates an array populated with items chosen at random from the provided set of choices without replacement.
GetItemsWithoutReplacement<T>(ReadOnlySpan<T>, Int32) Creates an array populated with items chosen at random from the provided set of choices without replacement.
GetItemsWithoutReplacement<T>(ReadOnlySpan<T>, Span<T>) Populates the specified span with items chosen at random from the provided set of choices without replacement.
GetTypeGets the Type of the current instance.
(Inherited from Object)
NextUInt32() Returns a random 64-bit integer.
NextUInt32(UInt32) Returns a random unsigned integer less than the specified value.
NextUInt64() Returns a random 64-bit integer.
NextUInt64(UInt64) Returns a non-negative random integer that is less than the specified maximum.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also