Closed itsb closed 7 years ago
Thanks for your pull request, itsb.
For debugging purposes from _cmt import seed
would work of course, but I don't mind adding the function to utils.py
. I would only prefer to keep calling it seed()
so that it's in line with numpy.
renamed to seed and made corresponding updates to C2S PR
Ability to set random seed is critical for debugging and reproducibility. See corresponding PR in C2S repo.