You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Random::DEFAULT` is not an alias for the `Random::PCG32` default implementation but a global instance of it. It's initialized once then shared across all threads, but the algorithm itself is not thread safe (two or more threads generating a random number will mess with the internal state).
Co-authored-by: Johannes Müller <straightshoota@gmail.com>
0 commit comments