effect-io-ai

Package: effect
Module: Random

Random.nextRange

Returns the next numeric value in the specified range from the pseudo-random number generator.

Signature

declare const nextRange: (min: number, max: number) => Effect.Effect<number>

Source

Since v2.0.0