MCPcopy
hub / github.com/e-p-armstrong/augmentoolkit / random

Function random

atk-interface/src/components/ProgressBarParticles.jsx:5–5  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

3
4// --- Helper Functions ---
5const random = (min, max) => Math.random() * (max - min) + min;
6const uuid = () =>
7 typeof crypto !== 'undefined' && crypto.randomUUID
8 ? crypto.randomUUID()

Callers 2

ParticleFunction · 0.70
ProgressBarParticlesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected