github.com/alphadose/zenq/v2@v2.8.4/lib_runtime_fastrand_1.22.go (about) 1 //go:build go1.22 2 3 package zenq 4 5 import ( 6 _ "unsafe" 7 ) 8 9 //go:linkname Fastrand runtime.cheaprand 10 func Fastrand() uint32