Creates a new Bernoulli distribution, with a probability of numerator / 2^64.
- Namespace
- RandN
.Distributions - Containing Type
- Bernoulli
Syntax
public static Bernoulli FromInverse(ulong numerator)Parameters
| Name | Type | Description |
|---|---|---|
| numerator | ulong |
Return Value
| Type | Description |
|---|---|
| Bernoulli |