github.com/cloudcentricdev/golang-tutorials/03@v0.0.0-20231018054503-b24024842337/fastrand/fastrand.go (about) 1 package fastrand 2 3 import _ "unsafe" // required by go:linkname 4 5 //go:linkname Uint32 runtime.fastrand 6 func Uint32() uint32