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