mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
4 lines
125 B
C
4 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);
|