3 writes to _z2
Microsoft.ML.Core (3)
Utilities\Random.cs (3)
137_z2 = state.U2; 145_z2 = GetSeed(rng); 248TauswortheStateChange(ref _z2, 2, 25, 4, ~0x7U);
2 references to _z2
Microsoft.ML.Core (2)
Utilities\Random.cs (2)
223return _z1 ^ _z2 ^ _z3 ^ _z4; 268return new State(_z1, _z2, _z3, _z4);