A uniform distribution where each possible value has an equal probability of occuring.
- Namespace
- RandN
.Distributions - Base Types
- object
Syntax
public static class UniformMethods
| Name | Return Value | Summary |
|---|---|---|
| New | UniformByte | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformDecimal | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformDouble | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformSingle | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformInt32 | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformInt64 | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformSByte | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformInt16 | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformTimeSpan | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformUInt32 | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformUInt64 | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| New | UniformUInt16 | Creates uniform distribution in the interval [low, high), inclusive of low and exclusive of high. static |
| NewInclusive | UniformByte | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformDecimal | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformDouble | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformSingle | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformInt32 | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformInt64 | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformSByte | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformInt16 | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformTimeSpan | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformUInt32 | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformUInt64 | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |
| NewInclusive | UniformUInt16 | Creates uniform distribution in the interval [low, high], inclusive of low and high. static |