[#ENGINE_get_default_RAND] = ENGINE_get_default_RAND :mrdocs: Obtain a functional reference to the default ENGINE for RAND operations. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* ENGINE_get_default_RAND(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Initialised ENGINE on success, or NULL if no default ENGINE is available. [.small]#Created with https://www.mrdocs.com[MrDocs]#