aboutsummaryrefslogtreecommitdiff
path: root/lib/random.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/random.go')
-rw-r--r--lib/random.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/random.go b/lib/random.go
deleted file mode 100644
index 79cded4..0000000
--- a/lib/random.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package lib
-
-import (
- "math/rand"
-)
-
-func randomJitter() bool {
- return rand.Intn(100) > 10
-}