1randombytes(1) write secure random bytes to stdout randombytes(1)
23
4
5
SYNOPSIS
6randombytes
78
DESCRIPTION
9Writes random bytes to stdout forever using the cjdns secure random
10generator. In practice, the output is piped to a program like dd(1) or
11base64(1).
1213
SEE ALSO
14makekeys(1)
1516
17
18
randombytes(1)