Function rgeometry::random_vectors[][src]

pub fn random_vectors<R: ?Sized>(
    n: usize,
    max: usize,
    rng: &mut R
) -> Vec<Vector<BigRational, 2>> where
    R: Rng