4 instantiations of State
Microsoft.ML.Core (4)
Utilities\Random.cs (4)
59
var state = new TauswortheHybrid.
State
((uint)seed);
72
var state = new TauswortheHybrid.
State
(seed);
125
return new
State
(u1, u2, u3, u4);
268
return new
State
(_z1, _z2, _z3, _z4);
5 references to State
Microsoft.ML.Core (5)
Utilities\Random.cs (5)
59
var
state = new TauswortheHybrid.State((uint)seed);
72
var
state = new TauswortheHybrid.State(seed);
119
public static
State
Load(BinaryReader reader)
134
public TauswortheHybrid(
State
state)
266
public
State
GetState()