Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codrops/TypeShuffleAnimation
/ randomNumber
Function
randomNumber
src/js/utils.js:13–13 ·
view source on GitHub ↗
(min, max)
Source
from the content-addressed store, hash-verified
11
};
12
13
const
randomNumber = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min;
14
15
export
{
16
preloadFonts,
Callers
2
fx3
Method · 0.90
loop
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected