[][src]Macro rand_lcg::LCG

macro_rules! LCG {
    ($name:ident, $modulus:expr, $multiplier:expr, $additive:expr) => { ... };
}