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
package level globals is a bit of an antipattern, but can definitely be used for simplified use cases. In the case of tests and parallelism and reproducibility, I'd prefer if I had a randomdata.New() that I could rely on, with an optional input variable of the random seed.
Thanks!
The text was updated successfully, but these errors were encountered:
followup to #67
package level globals is a bit of an antipattern, but can definitely be used for simplified use cases. In the case of tests and parallelism and reproducibility, I'd prefer if I had a
randomdata.New()
that I could rely on, with an optional input variable of the random seed.Thanks!
The text was updated successfully, but these errors were encountered: