Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codrops/CircularTextEffect
/ 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
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected