Report whether the PRNG has been sufficiently seeded for RAND_bytes().

Synopsis

Declared in <openssl/rand.h>

int
RAND_status();

Return Value

1 if seeded enough to generate random data, or 0 otherwise.

Created with MrDocs