Searched refs:Lcg (Results 1 – 3 of 3) sorted by relevance
4 struct Lcg { struct8 impl Lcg { argument9 fn new() -> Lcg { in new()10 Lcg { state: 0 } in new()14 impl Iterator for Lcg { implementation25 let src: Vec<u32> = Lcg::new().take(100000).collect(); in quartiles_calc()
22 internal sealed class Lcg class27 public Lcg() in Lcg() method in FlatBuffers.Test.Lcg
24 private readonly Lcg _lcg = new Lcg();