diff options
Diffstat (limited to 'docs/man/nng_random.3supp.adoc')
| -rw-r--r-- | docs/man/nng_random.3supp.adoc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/man/nng_random.3supp.adoc b/docs/man/nng_random.3supp.adoc index 3f8ac39e..c2cd4bac 100644 --- a/docs/man/nng_random.3supp.adoc +++ b/docs/man/nng_random.3supp.adoc @@ -1,6 +1,6 @@ = nng_random(3supp) // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This document is supplied under the terms of the MIT License, a @@ -18,7 +18,6 @@ nng_random - get random number [source, c] ---- #include <nng/nng.h> -#include <nng/supplemental/util/platform.h> uint32_t nng_random(void); ---- @@ -26,8 +25,6 @@ uint32_t nng_random(void); == DESCRIPTION The `nng_random()` returns a random number. -The value returned is suitable for use with cryptographic functions such as -key generation. The value is obtained using platform specific cryptographically strong random number facilities when available. |
