random: document default seed value
authorJens Axboe <axboe@fb.com>
Fri, 8 May 2015 15:19:25 +0000 (09:19 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 8 May 2015 15:19:25 +0000 (09:19 -0600)
commit40fe5e7bf13fd7b99e26ed83623d3560a7ffdc8a
tree57806db059116bf0b34bc17dca25d6878c83993e
parent2972708f4b9f64896f777382717edabb7dcaefda
random: document default seed value

Instead of hard coding this in the source, just set the default
value for the 'randseed' option'. Then it's visible when looked
up through --cmdhelp=randseed.

Also document that randrepeat is on by default in the HOWTO,
only the man page had this information.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
init.c
options.c