CSPRNG Functions
- This feature introduces two new functions for generating cryptographically
- secure integers and strings. They expose simple APIs and are
- platform-independent.
-
-
-
- Function Signatures:
-
-
-
-
-
-
-
- Both functions will emit an E_WARNING and return false if
- a source of sufficient randomness cannot be found.
+ Two new functions have been added to generate cryptographically secure
+ integers and strings in a cross platform way:
+ random_bytes and random_int.