examples/stadtx: re-fork stadx code
The gofumpt changes made some files *technically* not an exact fork of the original. I'm OCD about these things.
This commit is contained in:
@@ -28,6 +28,7 @@ func scramble64(v, prime uint64) uint64 {
|
||||
}
|
||||
|
||||
func SeedState(seed []uint64) State {
|
||||
|
||||
var state State
|
||||
|
||||
state[0] = seed[0] ^ 0x43f6a8885a308d31
|
||||
|
||||
Reference in New Issue
Block a user