From 2d8fcebf2f56efd1c3913ba49eaff6520ffdb33d Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 6 Jul 2018 14:42:44 -0400 Subject: rewrote wolff in c++ with templates so that any system can be run with it --- lib/rand.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/rand.h') diff --git a/lib/rand.h b/lib/rand.h index 2354f6a..7bb5354 100644 --- a/lib/rand.h +++ b/lib/rand.h @@ -4,4 +4,13 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + unsigned long int rand_seed(); + +#ifdef __cplusplus +} +#endif + -- cgit v1.2.3-70-g09d2