RandomFunctionType

Type Alias RandomFunctionType 

Source
pub type RandomFunctionType = Box<dyn FnMut() -> f64>;
Expand description

Random function type

Aliased Typeยง

pub struct RandomFunctionType(/* private fields */);