Skip to content

Commit dbb2839

Browse files
committed
Remove unused zero
1 parent 3152c32 commit dbb2839

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rand.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ const (
4141
randSizeof = 8*4 + 8 + 1
4242
)
4343

44-
var (
45-
zero Rand
46-
)
47-
4844
// Rand is a pseudo-random number generator based on the [SFC64] algorithm by Chris Doty-Humphrey.
4945
//
5046
// SFC64 has 256 bits of state, average period of ~2^255 and minimum period of at least 2^64.

0 commit comments

Comments
 (0)