rand.Seed() deprecated: way forward.
The rand.Seed() function has been deprecated since Go version 1.20:
Deprecated: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSou...
blog.dushyanth.in2 min read