UNPKG
ant-utils
Version:
latest (1.2.0)
1.2.0
1.0.0
Utility for idle games
github.com/scorzy/ant-utils
scorzy/ant-utils
ant-utils
/
types
/
random.d.ts
11 lines
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 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