Closed jthermiz closed 3 years ago
Added kwarg seed to random parts to make algorithm reproducible. I propose by default there is a seed (of 0) so unless the user overwrites the kwarg, seed with None, the algorithm is deterministic. This is to address #30
Looks good to me, sorry for the delay. Merging.
Added kwarg seed to random parts to make algorithm reproducible. I propose by default there is a seed (of 0) so unless the user overwrites the kwarg, seed with None, the algorithm is deterministic. This is to address #30