We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be9d5f commit 7a73f32Copy full SHA for 7a73f32
1 file changed
bindings/python/src/stochastic/stochastic.cpp
@@ -40,8 +40,8 @@ PYBIND11_MODULE( opengeode_stochastic_py_stochastic, module )
40
pybind11::class_< geode::StochasticLibrary >( module, "StochasticLibrary" )
41
.def( "initialize", &geode::StochasticLibrary::initialize );
42
43
- geode::define_random_engine( module );
44
geode::define_distributions( module );
+ geode::define_random_engine( module );
45
geode::define_double_sampler( module );
46
47
geode::define_simulation_monitor( module );
0 commit comments