Y
Hacker News
new
|
ask
|
show
|
jobs
by
stdc105
1 hour ago
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.