You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My particular use case for adding it would be to allow reproduce benchmarks or test results by setting the seed. Allowing to set the rand.Source opens up for more use cases than just allowing to set the seed, so better to expose SetSource than to expose a SetSeed function;-)
Thats make sense. I will be making a huge refactoring in a few weeks, there will be a constructor to create a custom faker instance with rand.Source from arguments.
I guess all that would be needed, would be to expose a method:
The text was updated successfully, but these errors were encountered: