logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       Mixes  num  bytes  of  data  into  the  mongoc  random number generator.  Entropy specifies a lower bound
       estimate of the randomness contained in buf.

Parameters

buf: A buffer.

       • num: An int of number of bytes in buf.

       • entropy: A double of randomness estimate in buf.

Synopsis

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

See Also