macro_rules! rand_seed {
($rng:expr, $seed:expr) => { ... };
}
Expand description
Seed the provided Random (VRD)
struct with the given value
macro_rules! rand_seed {
($rng:expr, $seed:expr) => { ... };
}
Seed the provided Random (VRD)
struct with the given value