Skip to content

Instantly share code, notes, and snippets.

@chrismay
Created February 12, 2015 12:07
Show Gist options
  • Save chrismay/6c577857025d385afc5b to your computer and use it in GitHub Desktop.
Save chrismay/6c577857025d385afc5b to your computer and use it in GitHub Desktop.
Convert dev/random to PRNG
$ sudo -i
# cd /dev
# rm random
# mknod /dev/random c 1 9
# cat /dev/random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment