Closed timspainUCL closed 5 years ago
The GSL RNG initialization should probablt be run even if we don't call Glimpse through its main() function. Nothing in create_config() seems to depend on random number generation, so moving the call to configure_and_run() should be safe.
main()
create_config()
configure_and_run()
The GSL RNG initialization should probablt be run even if we don't call Glimpse through its
main()
function. Nothing increate_config()
seems to depend on random number generation, so moving the call toconfigure_and_run()
should be safe.