2013-08-14 15:39:21 +04:00

13 lines
225 B
JavaScript

module.exports = {
'name': 'randInt',
'category': 'Probability',
'syntax': [
'randInt()'
],
'description':
'Return a random number between 0 and 1.',
'examples': [
'randInt()'
],
'seealso': []
};