Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Author

       MongoDB, Inc

Description

       Seeds the mongoc random number generator with num bytes of entropy.

Parameters

buf: A buffer.

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

Synopsis

          void
          mongoc_rand_seed (const void *buf, int num);

See Also