Fixed indexing of rand_int()

This commit is contained in:
Revar Desmera
2019-07-18 21:58:41 -07:00
parent 2427e09dee
commit e8300c5bb6
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ function modrange(x, y, m, step=1) =
function sqr(x) = x*x;
// Function: rand_int(min,max,N,seed)
// Function: rand_int()
// Usage:
// rand_int(min,max,N,[seed]);
// Description: