RandN.Distributions Namespace

Class Types

ClassSummary
UniformA uniform distribution where each possible value has an equal probability of occuring.
UnitIntervalA collection of distributions over the interval 0-1.

Struct Types

StructSummary
BernoulliA Bernoulli distribution, where each sample returns either or .
UniformByteA uniform distribution of type byte.
UniformDecimalA uniform distribution of type decimal.
UniformDoubleA uniform distribution of type double.
UniformInt16A uniform distribution of type short.
UniformInt32A uniform distribution of type int.
UniformInt64A uniform distribution of type System.Int64.
UniformSByteA uniform distribution of type System.SByte.
UniformSingleA uniform distribution of type float.
UniformTimeSpanA uniform distribution of type System.TimeSpan.
UniformUInt16A uniform distribution of type ushort.
UniformUInt32A uniform distribution of type uint.
UniformUInt64A uniform distribution of type ulong.