/** Create a Random Pool. @returninitializedRandomPool,orNULLuponfailure. @deprecatedInsteadusertl_random_getByteswithaNULLPool
*/
SAL_DLLPUBLIC rtlRandomPool SAL_CALL rtl_random_createPool (void) SAL_THROW_EXTERN_C();
/** Destroy a Random Pool. @param[in]PoolaRandomPool. @deprecatedInsteadusertl_random_getByteswithaNULLPool
*/
SAL_DLLPUBLIC void SAL_CALL rtl_random_destroyPool (
rtlRandomPool Pool
) SAL_THROW_EXTERN_C();
/** Add bytes to a Random Pool. @param[in]PoolaRandomPool. @param[in]Bufferabuffercontainingthebytestoadd. @param[in]Bytesthenumberofbytestoreadfromthebuffer. @retvalrtl_Random_E_Noneuponsuccess. @deprecatedThisnowdoesnothing,insteadusertl_random_getByteswitha NULLPool
*/
SAL_DLLPUBLIC rtlRandomError SAL_CALL rtl_random_addBytes (
rtlRandomPool Pool, constvoid *Buffer,
sal_Size Bytes
) SAL_THROW_EXTERN_C();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.