Closed nam-truong-le closed 1 year ago
Based on this reference to this playground, it doesn't seem so.
The first run generated pubyc
and the second run generated CIhQr
.
Since go 1.20, rand.Seed(...)
is executed automatically at program startup.
The function returns different values in sequential calls but the initial value is always the same:
Do I need to provide any seed value?