pub type RandomFunctionType = Box<dyn FnMut() -> f64>;
Random function type
pub struct RandomFunctionType(/* private fields */);