diff --git a/rowbot b/rowbot index 9ddbf42..bf3e91c 100755 --- a/rowbot +++ b/rowbot @@ -80,7 +80,7 @@ is_chan() { [[ ${msg_args[0]:0:1} = \# ]] } -# cryptography secure (almost probably) random number generators +# cryptographically secure (almost maybe) pseudo random number utilities random() { local min=$1 max=$2