[#rand_meth_st-pseudorand] = xref:rand_meth_st.adoc[rand_meth_st]::pseudorand :relfileprefix: ../ :mrdocs: Fill a buffer with pseudo‐random bytes (may be weaker than `bytes).` == Synopsis Declared in `<openssl/rand.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int(* pseudorand)(unsigned char*, int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#