MCPcopy 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
13const randomNumber = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min;
14
15export {
16 preloadFonts,

Callers 2

fx3Method · 0.90
loopMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected