A big signed integer type.
A big unsigned integer type.
A random distribution for BigUint
and BigInt
values of a particular bit size.
The error type returned when a checked conversion regarding big integer fails.
An iterator of u32
digits representation of a BigUint
or BigInt
,
ordered least significant digit first.
An iterator of u64
digits representation of a BigUint
or BigInt
,
ordered least significant digit first.
The back-end implementing rand’s UniformSampler
for BigInt
.
The back-end implementing rand’s UniformSampler
for BigUint
.