POSIX_Scripts/rand

4 lines
106 B
Plaintext
Raw Normal View History

2022-01-26 13:35:48 -05:00
#!/bin/sh -e
dd bs=2 count=1 if=/dev/random 2>> /dev/null | od - | sed -ne 's& *& &gp' | cut -d ' ' -f2