Skip to content

Commit 7a73f32

Browse files
stub2
1 parent 7be9d5f commit 7a73f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/src/stochastic/stochastic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ PYBIND11_MODULE( opengeode_stochastic_py_stochastic, module )
4040
pybind11::class_< geode::StochasticLibrary >( module, "StochasticLibrary" )
4141
.def( "initialize", &geode::StochasticLibrary::initialize );
4242

43-
geode::define_random_engine( module );
4443
geode::define_distributions( module );
44+
geode::define_random_engine( module );
4545
geode::define_double_sampler( module );
4646

4747
geode::define_simulation_monitor( module );

0 commit comments

Comments
 (0)