Viewing profile — stdc105
stdc105
HN member- Joined
- Wed, Nov 15, 2023, 4:57 PM UTC
- HN karma
- 15
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About stdc105
No profile information was provided.
Recent public activity
-
comment
Comment #48554333
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 sh…