On Sat, Nov 05, 2016 at 02:02:34PM +0100, Andreas Kusalananda Kähäri wrote:
> On Sat, Nov 05, 2016 at 10:47:07AM +0100, minek van wrote:
> > It is sad to see that something is stated "RANDOM" and it is in reality not
> > random and still in OpenBSD. This misleads people.
> 
> 
> As other's have said, the manual states exactly what's happening.  With
> a bit of imagination, it's easy to "fix" it:
> 
> strings /dev/arandom | grep -o '[[:print:]]' | head -100 |
> awk '{ print NR, $0 }' | sort -R | cut -d' ' -f2
or use jot:

$ jot -c -r 100 '!' '~'

Reply via email to