Type Definition ort_core::latency::Distribution[][src]

pub type Distribution = Distribution<Latency>;

Trait Implementations

Generate a random value of T, using rng as the source of randomness.

Create an iterator that generates random values of T, using rng as the source of randomness. Read more

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more