github.com/jxskiss/gopkg/v2@v2.14.9-0.20240514120614-899f3e7952b4/internal/linkname/runtime_1.19.go (about) 1 //go:build gc && go1.19 && !go1.22 2 3 package linkname 4 5 import _ "unsafe" 6 7 //go:linkname Runtime_fastrand runtime.fastrand 8 //go:nosplit 9 func Runtime_fastrand() uint32 10 11 //go:linkname Runtime_fastrand64 runtime.fastrand64 12 //go:nosplit 13 func Runtime_fastrand64() uint64