why2_seeded_random¶
Parameters¶
This functions doesn't take any parameters.
Attributes¶
Return type | int |
Header comment | GENERATE RANDOM NUMBER BASED ON SEED PASSED IN why2_seed_random |
Added in commit | 25113dc0b3c97178c85ac02c082164a6d36d3c1e |
Description¶
Function generates pseudo random int
with PRNG created in why2_seed_random
. The function uses OpenSSL's HMAC
.