func runtime.fastexprand

2 uses

	runtime (current package)
		malloc.go#L1238: 	return uintptr(fastexprand(MemProfileRate))
		malloc.go#L1243: func fastexprand(mean int) int32 {