func crypto/rand.Int
2 uses
crypto/rand (current package)
util.go#L106: func Int(rand io.Reader, max *big.Int) (n *big.Int, err error) {
crypto/rsa
rsa.go#L511: r, err = rand.Int(random, priv.N)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)