[#RAND_status] = RAND_status :mrdocs: Report whether the PRNG has been sufficiently seeded for RAND_bytes(). == Synopsis Declared in `<openssl/rand.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int RAND_status(); ---- == Return Value 1 if seeded enough to generate random data, or 0 otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#