UNPKG

ant-utils

Version:
11 lines 267 B
/** * Random with Decimal * * @export * @param {Decimal} [min=new Decimal(0)] * @param {Decimal} [max=new Decimal(1)] * @returns * @requires Decimal */ export declare function random(min?: Decimal, max?: Decimal): Decimal; //# sourceMappingURL=random.d.ts.map