macro_rules! rand_float {
    ($rng:expr) => { ... };
}
Expand description

Generate a random float using the provided Random (VRD) struct