read /dev/urandom 3
The above is not working..How can I read random bytes from /dev/urandom in bash?
The above is not working..How can I read random bytes from
| |||
|
feedback
|
| |||||||||||||
feedback
|
|
Try this: If you want to put the result in $variable:
Do note that it'll probably not be printable. | |||
|
feedback
|