Lines Matching refs:RTDECL

45 RTDECL(void) RTRandBytes(void *pv, size_t cb) RT_NO_THROW;
54 RTDECL(int32_t) RTRandS32Ex(int32_t i32First, int32_t i32Last) RT_NO_THROW;
61 RTDECL(int32_t) RTRandS32(void) RT_NO_THROW;
70 RTDECL(uint32_t) RTRandU32Ex(uint32_t u32First, uint32_t u32Last) RT_NO_THROW;
77 RTDECL(uint32_t) RTRandU32(void) RT_NO_THROW;
86 RTDECL(int64_t) RTRandS64Ex(int64_t i64First, int64_t i64Last) RT_NO_THROW;
93 RTDECL(int64_t) RTRandS64(void) RT_NO_THROW;
102 RTDECL(uint64_t) RTRandU64Ex(uint64_t u64First, uint64_t u64Last) RT_NO_THROW;
109 RTDECL(uint64_t) RTRandU64(void) RT_NO_THROW;
119 RTDECL(int) RTRandAdvCreate(PRTRAND phRand) RT_NO_THROW;
127 RTDECL(int) RTRandAdvCreatePseudo(PRTRAND phRand) RT_NO_THROW;
135 RTDECL(int) RTRandAdvCreateParkMiller(PRTRAND phRand) RT_NO_THROW;
150 RTDECL(int) RTRandAdvCreateSystemFaster(PRTRAND phRand) RT_NO_THROW;
169 RTDECL(int) RTRandAdvCreateSystemTruer(PRTRAND phRand) RT_NO_THROW;
177 RTDECL(int) RTRandAdvDestroy(RTRAND hRand) RT_NO_THROW;
192 RTDECL(int) RTRandAdvSeed(RTRAND hRand, uint64_t u64Seed) RT_NO_THROW;
214 RTDECL(int) RTRandAdvSaveState(RTRAND hRand, char *pszState, size_t *pcbState) RT_NO_THROW;
228 RTDECL(int) RTRandAdvRestoreState(RTRAND hRand, char const *pszState) RT_NO_THROW;
237 RTDECL(void) RTRandAdvBytes(RTRAND hRand, void *pv, size_t cb) RT_NO_THROW;
247 RTDECL(int32_t) RTRandAdvS32Ex(RTRAND hRand, int32_t i32First, int32_t i32Last) RT_NO_THROW;
255 RTDECL(int32_t) RTRandAdvS32(RTRAND hRand) RT_NO_THROW;
265 RTDECL(uint32_t) RTRandAdvU32Ex(RTRAND hRand, uint32_t u32First, uint32_t u32Last) RT_NO_THROW;
273 RTDECL(uint32_t) RTRandAdvU32(RTRAND hRand) RT_NO_THROW;
283 RTDECL(int64_t) RTRandAdvS64Ex(RTRAND hRand, int64_t i64First, int64_t i64Last) RT_NO_THROW;
290 RTDECL(int64_t) RTRandAdvS64(RTRAND hRand) RT_NO_THROW;
300 RTDECL(uint64_t) RTRandAdvU64Ex(RTRAND hRand, uint64_t u64First, uint64_t u64Last) RT_NO_THROW;
308 RTDECL(uint64_t) RTRandAdvU64(RTRAND hRand) RT_NO_THROW;