Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
15
export
default
function
getRandomInt(start, end) {
16
return
Math.floor(getRandomNumber(start, end));
17
}
Callers
1
DfinitySymbolD3.js
File · 0.85
Calls
1
getRandomNumber
Function · 0.85
Tested by
no test coverage detected