macro_rules! rand_double {
($rng:expr) => { ... };
}Expand description
Generate a random double using the provided Random (VRD) struct
macro_rules! rand_double {
($rng:expr) => { ... };
}Generate a random double using the provided Random (VRD) struct