MCPcopy Create free account
hub / github.com/dfinityexplorer/dfinityexplorer-dashboard / getRandomInt

Function getRandomInt

web/src/utils/getRandomInt.js:15–17  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

13 * @private
14 */
15export default function getRandomInt(start, end) {
16 return Math.floor(getRandomNumber(start, end));
17}

Callers 1

DfinitySymbolD3.jsFile · 0.85

Calls 1

getRandomNumberFunction · 0.85

Tested by

no test coverage detected