index
:
projet_C++
functional
lambda_fun
latex
master
more_generic
nlopt
option_type
[no description]
gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
var_alea.cpp
blob: 958d8fcb3776096cb45b9adc5943828d3ea9598f (
plain
)
1
2
3
4
5
#include
"var_alea.hpp"
void
init_alea
(
unsigned
seed
)
{
init_genrand
(
seed
);
};