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