mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +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);
 |