summaryrefslogtreecommitdiff
path: root/src/intersim/rng.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intersim/rng.hpp')
-rw-r--r--src/intersim/rng.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/intersim/rng.hpp b/src/intersim/rng.hpp
deleted file mode 100644
index db09172..0000000
--- a/src/intersim/rng.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _RNG_HPP_
-#define _RNG_HPP_
-
-void ran_start(long seed);
-long ran_next( );
-
-void ranf_start(long seed);
-double ranf_next( );
-
-#endif