func runtime.fastrandn

5 uses

	runtime (current package)
		mgc.go#L702: 		id := int32(fastrandn(uint32(gomaxprocs - 1)))
		proc.go#L5793: 			j := fastrandn(i + 1)
		proc.go#L5834: 			j := fastrandn(i + 1)
		select.go#L176: 		j := fastrandn(uint32(norder + 1))
		stubs.go#L132: func fastrandn(n uint32) uint32 {