mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
13 lines
225 B
JavaScript
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': []
|
|
}; |