24 #ifndef INCLUDED_RTL_RANDOM_H 25 #define INCLUDED_RTL_RANDOM_H 100 #endif // INCLUDED_RTL_RANDOM_H #define SAL_THROW_EXTERN_C()
Nothrow specification for C functions.
Definition: types.h:334
void * rtlRandomPool
Random Pool opaque type.
Definition: random.h:38
enum __rtl_RandomError rtlRandomError
Error Code type.
Definition: random.h:54
#define SAL_DLLPUBLIC
Definition: saldllapi.h:34
SAL_DLLPUBLIC rtlRandomPool rtl_random_createPool(void) SAL_THROW_EXTERN_C()
Create a Random Pool.
__rtl_RandomError
Error Code enumeration.
Definition: random.h:43
SAL_DLLPUBLIC rtlRandomError rtl_random_addBytes(rtlRandomPool Pool, const void *Buffer, sal_Size Bytes) SAL_THROW_EXTERN_C()
Add bytes to a Random Pool.
SAL_DLLPUBLIC rtlRandomError rtl_random_getBytes(rtlRandomPool Pool, void *Buffer, sal_Size Bytes) SAL_THROW_EXTERN_C()
Retrieve bytes from a Random Pool.
#define SAL_MAX_ENUM
Definition: types.h:205
SAL_DLLPUBLIC void rtl_random_destroyPool(rtlRandomPool Pool) SAL_THROW_EXTERN_C()
Destroy a Random Pool.