pub struct UniformDuration { /* fields omitted */ }
The back-end implementing UniformSampler
for Duration
.
Unless you are implementing UniformSampler
for your own types, this type
should not be used directly, use Uniform
instead.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
The type sampled by this implementation.
Construct self, with inclusive lower bound and exclusive upper bound [low, high)
. Read more
Construct self, with inclusive bounds [low, high]
. Read more
Sample a single value uniformly from a range with inclusive lower bound and exclusive upper bound [low, high)
. Read more