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