Lines Matching full:where
31 void where(const T &) {}
60 where(LCE::multiplier);
61 where(LCE::increment);
62 where(LCE::modulus);
63 where(LCE::default_seed);
74 // Cases where m = 0
80 // Cases where m = 2^n for n < w
86 // Cases where m is odd and a = 0
91 // Cases where m is odd and m % a <= m / a (Schrage)
101 // Cases where m is odd and m % a > m / a