MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / randFloat

Function randFloat

scripts/seed-events.mjs:65–67  ·  view source on GitHub ↗
(min, max, rng = eventRng)

Source from the content-addressed store, hash-verified

63}
64
65function randFloat(min, max, rng = eventRng) {
66 return rng() * (max - min) + min;
67}
68
69// ---------------------------------------------------------------------------
70// Fake data pools

Callers 1

seed-events.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected