A uniform distribution of type
System.Int64.- Namespace
- RandN
.Distributions - Interfaces
- IDistribution
<long>
- IDistribution
- Base Types
- object
- ValueType
Syntax
public readonly struct UniformInt64 : ValueType, IDistribution<long>Methods
| Name | Return Value | Summary |
|---|---|---|
| Create | UniformInt64 | Creates a UniformInt64 with an exclusive upper bound. Should not be used directly; instead, use New(long, long).static |
| CreateInclusive | UniformInt64 | Creates a UniformInt64 with an exclusive lower bound. Should not be used directly; instead, use NewInclusive(long, long).static |
| Sample | long | Samples a value from rng, blocking until a suitable value is returned. |
| TrySample | bool | Attempts to sample a value from rng once, returning false if the value returned is not suitable. |