stdc105
No user record in our sample, but stdc105 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but stdc105 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Interestingly, StS2 got this problem because it was using C# System.Random in Godot, while the RNG class in GDScript (Godot Engine's own scripting language) is using PCG32 which should be free of this particular problem.