AleksanderWWW / abcd-graph

MIT License
4 stars 0 forks source link

Add a random state for test reproducibility #15

Closed AleksanderWWW closed 3 months ago

AleksanderWWW commented 3 months ago

Right now we need to set both random.seed() and numpy.random.seed() to get identical results when testing. This needs to be one function or method provided out-of-the-box by the library