zoslib
z/OS C/C++ Library
|
Go to the source code of this file.
Functions | |
__Z_EXPORT int | __getentropy (void *buffer, size_t length) |
__Z_EXPORT int __getentropy | ( | void * | buffer, |
size_t | length | ||
) |
Fill a buffer with random bytes
[out] | buffer | to store random bytes to. |
[in] | number | of random bytes to generate. |