void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_RAND_SEED(3)
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);
