Skip to content

TestUint64n fails sporadically

xpslinux :: ~/projects/fastrand » go test -race -run=TestUint64n -count=100 ./...
--- FAIL: TestUint64n (0.03s)
    fastrand_test.go:85: Expected range of 900-1100 for index 3, got 1118
--- FAIL: TestUint64n (0.03s)
    fastrand_test.go:85: Expected range of 900-1100 for index 5, got 899
--- FAIL: TestUint64n (0.04s)
    fastrand_test.go:85: Expected range of 900-1100 for index 2, got 899
FAIL
FAIL	gitlab.com/nebulouslabs/fastrand	3.233s