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

NAME

6       mongoc_rand_add - mongoc_rand_add()
7

SYNOPSIS

9          void
10          mongoc_rand_add (const void *buf, int num, double entropy);
11

DESCRIPTION

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

PARAMETERS

18buf: A buffer.
19
20num: An int of number of bytes in buf.
21
22entropy: A double of randomness estimate in buf.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.20.0                           Nov 18, 2021               MONGOC_RAND_ADD(3)
Impressum