rust-console/gba

Randomizer doesn't advance

Closed this issue · 2 comments

GenericLcg32.next_u32 does not, as the documentation and function signature suggest, advance the randomizer. It returns the next value without ever mutating.

You're definitely correct and I'm amused that the code is 2 years old and no one ever tried to use it.

released gba-0.11.5 with the fix