import { Gen } from "@effect/core/testing/Gen/definition"; /** * A generator of uniformly distributed doubles between [0, 1]. The shrinker * will shrink toward `0`. * @tsplus static effect/core/testing/Gen.Ops uniform * @tsplus location "@effect/core/testing/Gen/operations/uniform" */ export declare function uniform(): Gen; //# sourceMappingURL=uniform.d.ts.map