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
WASI: use getentropy to get randomized bytes (swiftlang#3025)
`/dev/urandom` is not available on WASI, it makes more sense to define `read_random` in terms of `getentropy` on that platform.
Co-authored-by: Yuta Saito <[email protected]>
0 commit comments