Doc typo: Fixed the argument in pickRandom from [min,max] to array

This commit is contained in:
guillermobox 2013-10-09 10:30:08 +02:00
parent 307e40cc9c
commit 5537e9896f

View File

@ -98,7 +98,7 @@ math.add('hello ', 'world!'); // String 'hello world!'
- math.factorial(x)
- math.random([min, max])
- math.randomInt([min, max])
- math.pickRandom([min, max])
- math.pickRandom(array)
- math.distribution(name)
## Statistics