A distribution over the closed interval [0, 1].
- Namespace
- RandN
.Distributions - Containing Type
- UnitInterval
- Interfaces
- IDistribution
<float>
- IDistribution
- Base Types
- object
- ValueType
Syntax
public readonly struct UnitInterval.ClosedSingle : ValueType, IDistribution<float>Properties
| Name | Property Type | Summary |
|---|---|---|
| Instance | UnitInterval | Gets the instance of UnitInterval.ClosedSingle.static |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Sample | float | 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. |