1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 11:06:57 -06:00
lat9nq b976cac49d k_system_control: Fix data race
`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.
2022-04-05 19:55:56 -04:00
..
2022-04-05 19:55:56 -04:00
2022-04-02 16:34:07 +02:00
2022-01-12 00:36:20 +01:00
2022-04-02 16:34:07 +02:00
2022-01-12 00:36:20 +01:00