Closed Kynea0b closed 1 year ago
Merging #605 (80e43e4) into main (0d8a0fd) will decrease coverage by
0.03%
. The diff coverage isn/a
.:exclamation: Current head 80e43e4 differs from pull request most recent head 4f6f449. Consider uploading reports for the commit 4f6f449 to get more accurate results
Description
func nextRandom(rand *uint64) uint64
is a function defined locally. So, add a test just in case. This test guarantees the following for this local function:The expected output is the same as that of general
splitMix64()
.