Skip to content

Commit

Permalink
Remove unused zero
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmutant committed Oct 27, 2022
1 parent 3152c32 commit dbb2839
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ const (
randSizeof = 8*4 + 8 + 1
)

var (
zero Rand
)

// Rand is a pseudo-random number generator based on the [SFC64] algorithm by Chris Doty-Humphrey.
//
// SFC64 has 256 bits of state, average period of ~2^255 and minimum period of at least 2^64.
Expand Down

0 comments on commit dbb2839

Please sign in to comment.