MCPcopy Create free account
hub / github.com/Effect-TS/effect / nextDoubleUnsafe

Method nextDoubleUnsafe

packages/effect/src/Crypto.ts:88–88  ·  view source on GitHub ↗

* Generates a random number in the range 0 (inclusive) to 1 (exclusive).

()

Source from the content-addressed store, hash-verified

86 * Generates a random number in the range 0 (inclusive) to 1 (exclusive).
87 */
88 nextDoubleUnsafe(): number
89
90 /**
91 * Generates cryptographically secure random bytes.

Callers 5

Schedule.tsFile · 0.65
Random.tsFile · 0.65
nextBetweenFunction · 0.65
nextIntBetweenFunction · 0.65
shuffleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected