Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 418 Bytes

number-randombetween.md

File metadata and controls

29 lines (19 loc) · 418 Bytes
description title
Learn more about: Number.RandomBetween
Number.RandomBetween

Number.RandomBetween

Syntax

Number.RandomBetween(bottom as number, top as number) as number

About

Returns a random number between bottom and top.

Example 1

Get a random number between 1 and 5.

Usage

Number.RandomBetween(1, 5)

Output

2.546797