From c4dabb4b5079a24b5ef653aa8752cc3cb01fafb2 Mon Sep 17 00:00:00 2001 From: SaltyMilk Date: Fri, 3 Jul 2020 21:13:48 +0200 Subject: initial commit --- trand.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 trand.h (limited to 'trand.h') diff --git a/trand.h b/trand.h new file mode 100644 index 0000000..7286c45 --- /dev/null +++ b/trand.h @@ -0,0 +1,16 @@ +#ifndef TRAND_H + #define TRAND_H + + #ifndef DEF_NTHREAD + #define DEF_NTHREAD 4 + #endif + +#include +#include +#include + +int ntrand(unsigned long long n); +int trand(); +int strand(); + +#endif -- cgit