public RngData(Xoroshiro128Plus rng)
 {
     state0 = rng.GetFieldValue <ulong>("state0");
     state1 = rng.GetFieldValue <ulong>("state1");
 }