aboutsummaryrefslogtreecommitdiff
path: root/bin/maybe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/maybe.sh')
-rw-r--r--bin/maybe.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/maybe.sh b/bin/maybe.sh
index 6e5c8658..bda7bbc0 100644
--- a/bin/maybe.sh
+++ b/bin/maybe.sh
@@ -19,5 +19,4 @@ if [ "$((num >= 0 || den >= 1))" -ne 1 ] ; then
fi
# Perform the test; that's our exit value
-seed=$(rnds)
-test "$(rndi 1 "$den" "$seed")" -le "$num"
+test "$(rndi 1 "$den")" -le "$num"