mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
125 B
C
5 lines
125 B
C
4 years ago
|
#include <stdint.h>
|
||
|
void fuzz_mt19937_init(uint32_t seed);
|
||
|
uint32_t fuzz_mt19937_get(void);
|
||
|
void fuzz_mt19937_destroy(void);
|