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