mongoc_rand_status (3) Linux Manual Page
mongoc_rand_status() – The status of the mongoc random number generator.
Synopsis
int mongoc_rand_status(void);
Description
The status of the mongoc random number generator.
Returns
Returns 1 if the PRNG has been seeded with enough data, 0 otherwise.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
