We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f9bff commit 348c50fCopy full SHA for 348c50f
compiler-rt/lib/fuzzer/FuzzerRandom.h
@@ -11,6 +11,7 @@
11
#ifndef LLVM_FUZZER_RANDOM_H
12
#define LLVM_FUZZER_RANDOM_H
13
14
+#include <math.h>
15
#include <random>
16
17
namespace fuzzer {
0 commit comments