Type Definition nyx_space::mc::GaussianGenerator

source ·
pub type GaussianGenerator<S> = Generator<S, Normal<f64>>;
Expand description

Generates a state generator with a Normal distribution