From 09094ea25afa3093353ce308d064036dc68ea1f0 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 1 Dec 2018 14:19:16 -0500 Subject: Update news --- doc/manual/rng.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/manual/rng.rst') 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 -- cgit v1.2.3