diff options
-rw-r--r-- | doc/manual/building.rst | 2 | ||||
-rw-r--r-- | doc/manual/rng.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 4f168f0bc..b6d3f85b5 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -323,7 +323,7 @@ Configuration Parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are some configuration parameters which you may want to tweak -before building the library. These can be found in ``config.h``. This +before building the library. These can be found in ``build.h``. This file is overwritten every time the configure script is run (and does not exist until after you run the script for the first time). diff --git a/doc/manual/rng.rst b/doc/manual/rng.rst index 66679271d..1ec37b52f 100644 --- a/doc/manual/rng.rst +++ b/doc/manual/rng.rst @@ -17,7 +17,7 @@ set of enabled ones and doing seeding using OS specific routines. The main service a RandomNumberGenerator provides is, of course, random numbers: -.. cpp:function:: byte RandomNumberGenerator::random() +.. cpp:function:: byte RandomNumberGenerator::next_byte() Generates a single random byte and returns it |