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