[Feature] Add the possibility to insert a seed for the random generation #12
Closed
opened 3 years ago by AlessandroBregoli
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Description
Add the possibility to insert a seed for the random generation
Acceptance Criteria
trajectory_generator
function to be deterministicChecklist
params::ParamsTrait::get_random_residence_time
supports a seedable rngparams::ParamsTrait::get_random_state_uniform
supports a seedable rngparams::ParamsTrait::get_random_state
supports a seedable rngtools::trajectory_generator
function can set a seed allowing for reproducibility(Optional) Extra info
None
Necessary to make parameter_learning tests deterministic.