[#RAND_seed] = RAND_seed :mrdocs: Mix `num` bytes from `buf` into the PRNG (equivalent to RAND_add with full entropy). == Synopsis Declared in `<openssl/rand.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RAND_seed( void const* buf, int num); ---- == Parameters [cols="1,4"] |=== | Name| Description | *buf* | Bytes to mix into the generator state. | *num* | Number of bytes at `buf;` treated as `num` bytes of randomness. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#