diff options
Diffstat (limited to 'src/var_alea.cpp')
| -rw-r--r-- | src/var_alea.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/var_alea.cpp b/src/var_alea.cpp new file mode 100644 index 0000000..958d8fc --- /dev/null +++ b/src/var_alea.cpp @@ -0,0 +1,5 @@ +#include "var_alea.hpp" + +void init_alea(unsigned seed) { + init_genrand(seed); +}; |
