diff options
Diffstat (limited to 'lib/rand.h')
-rw-r--r-- | lib/rand.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/rand.h b/lib/rand.h deleted file mode 100644 index 7bb5354..0000000 --- a/lib/rand.h +++ /dev/null @@ -1,16 +0,0 @@ - -#pragma once - -#include <assert.h> -#include <stdio.h> - -#ifdef __cplusplus -extern "C" { -#endif - -unsigned long int rand_seed(); - -#ifdef __cplusplus -} -#endif - |