Searched refs:sfmt_t (Results 1 – 8 of 8) sorted by relevance
69 typedef struct sfmt_s sfmt_t; typedef71 uint32_t gen_rand32(sfmt_t *ctx);72 uint32_t gen_rand32_range(sfmt_t *ctx, uint32_t limit);73 uint64_t gen_rand64(sfmt_t *ctx);77 sfmt_t *init_gen_rand(uint32_t seed);79 void fini_gen_rand(sfmt_t *ctx);92 static inline double genrand_real1(sfmt_t *ctx) { in genrand_real1()103 static inline double genrand_real2(sfmt_t *ctx) { in genrand_real2()114 static inline double genrand_real3(sfmt_t *ctx) { in genrand_real3()132 static inline double genrand_res53(sfmt_t *ctx) { in genrand_res53()[all …]
84 static inline void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()114 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
98 static inline void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()125 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
125 static inline void gen_rand_all(sfmt_t *ctx);129 static void period_certification(sfmt_t *ctx);285 static inline void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()447 uint32_t gen_rand32(sfmt_t *ctx) { in gen_rand32()482 uint64_t gen_rand64(sfmt_t *ctx) { in gen_rand64()607 sfmt_t *init_gen_rand(uint32_t seed) { in init_gen_rand()609 sfmt_t *ctx; in init_gen_rand()616 ctx = (sfmt_t *)p; in init_gen_rand()640 sfmt_t *ctx; in init_by_array()651 ctx = (sfmt_t *)p; in init_by_array()[all …]
161 sfmt_t *sfmt = init_gen_rand(SEED); in TEST_BEGIN()
1457 sfmt_t *ctx; in TEST_BEGIN()1492 sfmt_t *ctx; in TEST_BEGIN()1526 sfmt_t *ctx; in TEST_BEGIN()1562 sfmt_t *ctx; in TEST_BEGIN()
176 sfmt_t *sfmt; in TEST_BEGIN()
231 sfmt_t *sfmt; in TEST_BEGIN()