func internal/syscall/unix.GetRandom

2 uses

	internal/syscall/unix (current package)
		getrandom.go#L21: func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) {

	crypto/rand
		rand_getrandom.go#L40: 	n, err := unix.GetRandom(p, 0)