You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <stdint.h>
|
|
void fuzz_mt19937_init(uint32_t seed);
|
|
uint32_t fuzz_mt19937_get(void);
|
|
void fuzz_mt19937_destroy(void);
|