artdaq_node_server
v1_00_09
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Variables
Pages
src
node_modules
xml2js
node_modules
xmlbuilder
node_modules
lodash
_baseRandom.js
1
/* Built-in method references for those with the same name as other `lodash` methods. */
2
var nativeFloor = Math.floor,
3
nativeRandom = Math.random;
4
14
function
baseRandom(lower, upper) {
15
return
lower + nativeFloor(nativeRandom() * (upper - lower + 1));
16
}
17
18
module.exports = baseRandom;
Generated on Tue Aug 8 2017 08:39:27 for artdaq_node_server by
1.8.5