pyHomogeneity
pyHomogeneity copied to clipboard
Allow specifying seed for pettit test
Thanks for your work. It would be helpful if you could set a seed value for functions like the pettit test to allow absolute reproducibility when needed. I'm a bit unclear on your structure, but it should be reasonably simple to to add a "seed" kwarg with a default None value and then call np.random.seed() before any generator.