* pyeo: updated pyeo in order to make it works

This commit is contained in:
Caner Candan 2011-05-04 17:29:45 +02:00
commit 688003e559
4 changed files with 28 additions and 19 deletions

View file

@ -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)