mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
5 lines
125 B
C
5 lines
125 B
C
|
#include <stdint.h>
|
||
|
void fuzz_mt19937_init(uint32_t seed);
|
||
|
uint32_t fuzz_mt19937_get(void);
|
||
|
void fuzz_mt19937_destroy(void);
|