[#rand_meth_st-seed] = xref:rand_meth_st.adoc[rand_meth_st]::seed :relfileprefix: ../ :mrdocs: Mix seed bytes into the generator state (legacy RAND_METHOD hook). == Synopsis Declared in `<openssl/rand.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int(* seed)(void const*, int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#