Problem: reading from /dev/urandom is clunky
Solution: if available use the getrandom function as it doesn't require any synchronization, state or cleanup
Showing
Please
register
or
sign in
to comment
Solution: if available use the getrandom function as it doesn't require any synchronization, state or cleanup