diff options
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 3a2b19d..f529511 100644 --- a/global-functions +++ b/global-functions @@ -308,7 +308,7 @@ # generate random number :set GetRandomNumber do={ - :local Max 4294967296; + :local Max 4294967295; :if ([ :typeof $1 ] != "nothing" ) do={ :set Max ([ :tonum $1 ] + 1); } |