Searched defs:lcg (Results 1 – 10 of 10) sorted by relevance
51 fn lcg<T>(x: T) -> T in lcg() function
22 fn lcg<T>(x: T) -> T in lcg() function
179 static inline constexpr state_type lcg(state_type s) { in lcg() function
180 static inline constexpr state_type lcg(state_type s) { in lcg() function
15 def lcg(x, length=16): function
1209 let mut lcg = LCG::new(); in table_of_mixed_scalars_fuzz() localVariable