MCPcopy Create free account
hub / github.com/dharmaprotocol/dharmaOS / getRandomArbitrary

Function getRandomArbitrary

src/evaluate.js:235–235  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

233const ETHER_ADDRESS = '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE';
234
235const getRandomArbitrary = (min, max) => Math.random() * (max - min) + min;
236
237const longer = () =>
238 new Promise((resolve) => {

Callers 1

longerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected