Expand description

Iterators that generate primitive integers from geometric-like distributions.

Structs

Generates random unsigned integers from a truncated geometric distribution.

Generates random negative signed integers from a modified geometric distribution.

Generates random nonzero signed integers from a modified geometric distribution.

Generates random signed integers from a modified geometric distribution.

Enums

Generates random negative signed integers in a range from a modified geometric distribution.

Functions

Generates random natural (non-negative) signed integers from a truncated geometric distribution.

Generates random negative signed integers from a modified geometric distribution.

Generates random nonzero signed integers from a modified geometric distribution.

Generates random positive signed integers from a truncated geometric distribution.

Generates random positive unsigned integers from a truncated geometric distribution.

Generates random signed integers from a modified geometric distribution over the closed interval $[a, b]$.

Generates random signed integers from a modified geometric distribution over the half-open interval $[a, b)$.

Generates random signed integers from a modified geometric distribution.

Generates random unsigned integers from a truncated geometric distribution over the closed interval $[a, b]$.

Generates random unsigned integers from a truncated geometric distribution over the half-open interval $[a, b)$.

Generates random unsigned integers from a truncated geometric distribution.