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
Continuation from #43606
- Replaces thread-unsafe function `rand` with `jl_rand`.
- Fixes `_ad_hoc_entropy_source` fallback in Random.
- Uses uv_random for more direct access to quality-randomness (usually
a syscall rather than a file.)
- Ensures Array{Bool} are valid when created from RandomDevice.
(cherry picked from commit b4bed71)
0 commit comments