Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 416 Bytes

Number Functions

This function package exposes common number related functions.

random()

Generates a random number.

Input Args

Arg Type Description
limit int The maximum number value.

Output

Arg Type Description
returnType int A non-negative pseudo-random number.