1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
### NAME
randombytes-info - report information about random-number generator
### SYNOPSIS
randombytes-info
### DESCRIPTION
`randombytes-info`
prints human-readable information
about the RNG selected by `randombytes()`.
The format is subject to change
but currently includes
a `randombytes source` line,
`randombytes test_fork` lines
(which should show different random-looking data for `x` and `y`),
and `randombytes timing` lines.
### SEE ALSO
**randombytes**(3)
|