[][src]Trait geo_rand::GeoRand

pub trait GeoRand<T: Copy + PartialOrd<T> + NumCast + Num> {
    fn rand(
        rng: &mut impl Rng,
        geo_rand_parameters: &GeoRandParameters<T>
    ) -> Self; }

Required methods

fn rand(rng: &mut impl Rng, geo_rand_parameters: &GeoRandParameters<T>) -> Self

Loading content...

Implementations on Foreign Types

impl<T: Copy + PartialOrd<T> + NumCast + Num + Float + SampleUniform> GeoRand<T> for MultiPolygon<T>[src]

impl<T: Copy + PartialOrd<T> + NumCast + Num + SampleUniform> GeoRand<T> for Polygon<T>[src]

impl<T: Copy + PartialOrd<T> + NumCast + Num + SampleUniform> GeoRand<T> for Point<T>[src]

Loading content...

Implementors

Loading content...