Expand description

Iterators that generate chars randomly.

Structs

Uniformly generates random chars in a closed interval.

Uniformly generates random chars in a closed interval, weighting graphic and non-graphic chars separately.

Functions

Generates random ASCII chars, weighting graphic and non-graphic chars separately.

Generates random chars in the closed interval $[a, b]$, weighting graphic and non-graphic chars separately.

Generates random chars in the half-open interval $[a, b)$, weighting graphic and non-graphic chars separately.

Generates random chars, weighting graphic and non-graphic chars separately.

Uniformly generates random ASCII chars.

Uniformly generates random chars in the closed interval $[a, b]$.

Uniformly generates random chars in the half-open interval $[a, b)$.

Uniformly generates random chars.