mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-29 11:06:57 -06:00
b976cac49d
`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.