/
home
/
infinitibizsol
/
insurcrm.infinitibizsol.com
/
node_modules
/
underscore
/
modules
/
File Upload :
llllll
Current File: /home/infinitibizsol/insurcrm.infinitibizsol.com/node_modules/underscore/modules/random.js
// Return a random integer between `min` and `max` (inclusive). export default function random(min, max) { if (max == null) { max = min; min = 0; } return min + Math.floor(Math.random() * (max - min + 1)); }
Copyright ©2k19 -
Hexid
|
Tex7ure