UNPKG

194 BJavaScriptView Raw
1var annotate = require('annotate');
2var is = require('annois');
3
4
5module.exports = annotate('random', 'Returns a floating-point, pseudo-random number in the range [0, 1)').
6 on(Math.random);