mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 07:57:59 -05:00
`return distribution(gen)` is a data race between a read and a write in two threads, reported by TSan. Remove static random number generators so they aren't using the same generator.