3 writes to _z4
Microsoft.ML.Core (3)
Utilities\Random.cs (3)
139_z4 = state.U4; 147_z4 = GetU(rng); 250LcgStateChange(ref _z4, 1664525, 1013904223);
2 references to _z4
Microsoft.ML.Core (2)
Utilities\Random.cs (2)
223return _z1 ^ _z2 ^ _z3 ^ _z4; 268return new State(_z1, _z2, _z3, _z4);