Randomizer doesn't advance
Closed this issue · 2 comments
abledbody commented
GenericLcg32.next_u32
does not, as the documentation and function signature suggest, advance the randomizer. It returns the next value without ever mutating.
Lokathor commented
You're definitely correct and I'm amused that the code is 2 years old and no one ever tried to use it.
Lokathor commented
released gba-0.11.5
with the fix