From cc2486615d7585b348b46170a6bb19c8084d6c5b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 22 Oct 2024 15:22:54 -0700 Subject: docs: consolidate misc chapter --- docs/ref/api/util/nng_random.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/ref/api/util/nng_random.md (limited to 'docs/ref/api/util/nng_random.md') diff --git a/docs/ref/api/util/nng_random.md b/docs/ref/api/util/nng_random.md deleted file mode 100644 index b8a89d0e..00000000 --- a/docs/ref/api/util/nng_random.md +++ /dev/null @@ -1,25 +0,0 @@ -# nng_random - -## NAME - -nng_random --- get random number - -## SYNOPSIS - -```c -#include - -uint32_t nng_random(void); -``` - -## DESCRIPTION - -The {{i:`nng_random`}} returns a {{i: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. - -## RETURN VALUES - -Returns a random 32-bit value. -- cgit v1.2.3-70-g09d2