[#ENGINE_get_RAND] = ENGINE_get_RAND :mrdocs: Return the RAND_METHOD implemented by an ENGINE (deprecated). == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:RAND_METHOD.adoc[RAND_METHOD] const* ENGINE_get_RAND(xref:ENGINE.adoc[ENGINE] const* e); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value RAND method pointer, or NULL if `e` does not provide RAND. == Parameters [cols="1,4"] |=== | Name| Description | *e* | ENGINE to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#