Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libsrtp2
/
ff1b3c9c6c3716706f5e463aa1a32cb4e654d8a7
/
.
/
fuzzer
/
mt19937.h
blob: cda11819a033bd51bbc512c4ec34c83e98798344 [
file
] [
log
] [
blame
]
Guido Vranken
ff1b3c9
2018-01-24 14:37:50 +0100
[
diff
] [
blame^
]
1
#include
<stdint.h>
2
void
fuzz_mt19937_init
(
uint32_t
seed
);
3
uint32_t
fuzz_mt19937_get
(
void
);
4
void
fuzz_mt19937_destroy
(
void
);