We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3152c32 commit dbb2839Copy full SHA for dbb2839
rand.go
@@ -41,10 +41,6 @@ const (
41
randSizeof = 8*4 + 8 + 1
42
)
43
44
-var (
45
- zero Rand
46
-)
47
-
48
// Rand is a pseudo-random number generator based on the [SFC64] algorithm by Chris Doty-Humphrey.
49
//
50
// SFC64 has 256 bits of state, average period of ~2^255 and minimum period of at least 2^64.
0 commit comments