diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-24 21:50:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-24 21:50:30 -0700 |
commit | 487fab6410649f4799c48dba08a05dd7a0ce2c1b (patch) | |
tree | c2e7b232886ee69be7b714a89fbe3ac8d6c4d82e | |
parent | 696bcf26ff62247d42f00fc359926baddd8175a9 (diff) | |
download | txr-487fab6410649f4799c48dba08a05dd7a0ce2c1b.tar.gz txr-487fab6410649f4799c48dba08a05dd7a0ce2c1b.tar.bz2 txr-487fab6410649f4799c48dba08a05dd7a0ce2c1b.zip |
doc: bad formatting in PRNG warmup notes.
* txr.1: Fix .code element in the middle of text.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38395,7 +38395,9 @@ may be similar or identical ("problem 2"). .TP* Notes: -The default value of .code *random-warmup* is only 8. This is insufficient to +The default value of +.code *random-warmup* +is only 8. This is insufficient to ensure good initial PRNG behavior for seeds even as large as 64 bits or more. That is to say, even if as many as eight bytes' worth of true random bits are used as the seed, the PRNG will exhibit predictable behaviors, and a poor |