1MONGOC_RAND_ADD(3)                 libmongoc                MONGOC_RAND_ADD(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_rand_add (const void *buf, int num, double entropy);
8

DESCRIPTION

10       Mixes  num  bytes of data into the mongoc random number generator.  En‐
11       tropy specifies a lower bound estimate of the randomness  contained  in
12       buf.
13

PARAMETERS

15buf: A buffer.
16
17num: An int of number of bytes in buf.
18
19entropy: A double of randomness estimate in buf.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023               MONGOC_RAND_ADD(3)
Impressum