[][src]Function randomize::formulas::lcg16

pub const fn lcg16(state: u16, mult: u16, inc: u16) -> u16

The u16 LCG.

Basically never use this one, it's just here for completeness.