Go Forum
How can I initialy set a random value over uint 64 through adopting big type
Getting Help
Code Review
CurtGreen
(Curtis Allyn Green)
July 22, 2018, 9:00am
5
Look at the big package’s Rand funciton:
https://golang.org/pkg/math/big/#Int.Rand
show post in topic