João Fernandes
João Fernandes
@codfish do you think this could be merged into main?
any updates on this?
I think we should either add a new method that accepts a seed or leave it to the user to set the seed on `rand` directly, like this: ```go rand.Seed(time.Now().UnixNano())...
This is the way Go developers are used to doing things with `rand`. It is, IMO, the approach that causes the least surprise to Go developers.