pub fn sample_uniform_incl<X>(run: &mut TestRunner, start: X, end: X) -> Xwhere
X: SampleUniform,Expand description
Generate a random value of X, sampled uniformly from the closed
range [low, high] (inclusive). Panics if low > high.
pub fn sample_uniform_incl<X>(run: &mut TestRunner, start: X, end: X) -> Xwhere
X: SampleUniform,Generate a random value of X, sampled uniformly from the closed
range [low, high] (inclusive). Panics if low > high.