summaryrefslogtreecommitdiff
path: root/numpy/random/src/entropy/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/src/entropy/entropy.h')
-rw-r--r--numpy/random/src/entropy/entropy.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/numpy/random/src/entropy/entropy.h b/numpy/random/src/entropy/entropy.h
deleted file mode 100644
index f00caf61d..000000000
--- a/numpy/random/src/entropy/entropy.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _RANDOMDGEN__ENTROPY_H_
-#define _RANDOMDGEN__ENTROPY_H_
-
-#include <stddef.h>
-#include <stdbool.h>
-#include <stdint.h>
-
-extern void entropy_fill(void *dest, size_t size);
-
-extern bool entropy_getbytes(void *dest, size_t size);
-
-extern bool entropy_fallback_getbytes(void *dest, size_t size);
-
-#endif