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

Seed the provided Random (VRD) struct with the given value