diff options
author | Jack Lloyd <[email protected]> | 2018-12-01 14:19:16 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-01 14:19:16 -0500 |
commit | 09094ea25afa3093353ce308d064036dc68ea1f0 (patch) | |
tree | 3bdf8fc633b412babb60b92dbec1133979f2c818 /doc | |
parent | 931302e2457ef90b3b3b7dacdeeee2b143bfee66 (diff) |
Update news
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rng.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/rng.rst b/doc/manual/rng.rst index 2cacd39df..0fc9da388 100644 --- a/doc/manual/rng.rst +++ b/doc/manual/rng.rst @@ -23,6 +23,11 @@ Random Number Generators Creates a buffer with some timestamp values and calls ``randomize_with_input`` + .. note:: + + When RDRAND is enabled and available at runtime, instead of timestamps + the output of RDRAND is used as the additional data. + .. cpp:function:: uint8_t next_byte() Generates a single random byte and returns it. Note that calling this |