[][src]Trait geo_rand::GeoRand

pub trait GeoRand {
    fn rand(rng: &mut impl Rng, geo_rand_parameters: &GeoRandParameters) -> Self;
}

Required methods

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

Loading content...

Implementations on Foreign Types

impl GeoRand for MultiPolygon<f64>[src]

impl GeoRand for Polygon<f64>[src]

impl GeoRand for Point<f64>[src]

Loading content...

Implementors

Loading content...