diff options
| author | Bertrand <bertrand.horel@gmail.com> | 2016-02-21 14:26:26 +0000 |
|---|---|---|
| committer | Bertrand <bertrand.horel@gmail.com> | 2016-02-21 14:26:26 +0000 |
| commit | 045fc28b3432e07f3d9702150a56f21e7650f12a (patch) | |
| tree | 6465e412bdb9ac2c45eaa4434a9897925e620622 /src/var_alea.cpp | |
| parent | bb210dbdc524ad51927a9932638078ddb1383bb6 (diff) | |
| download | projet_C++-045fc28b3432e07f3d9702150a56f21e7650f12a.tar.gz | |
modif du Makefile et de var_alea et autres
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); +}; |
