* pyeo: updated pyeo in order to make it works
This commit is contained in:
parent
211de53623
commit
688003e559
4 changed files with 28 additions and 19 deletions
|
|
@ -99,7 +99,7 @@ void random_numbers()
|
|||
.def("rand", &eoRng::rand)
|
||||
.def("rand_max", &eoRng::rand_max)
|
||||
.def("reseed", &eoRng::reseed)
|
||||
.def("uniform", &eoRng::uniform)
|
||||
// .def("uniform", &eoRng::uniform)
|
||||
.def("normal", normal)
|
||||
.def("negexp", &eoRng::negexp)
|
||||
.def("to_string", rng_to_string)
|
||||
|
|
|
|||
Reference in a new issue