Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.08 KB

File metadata and controls

38 lines (28 loc) · 1.08 KB
title Get Random Number
description General Sub-Actions Reference
published true
date 2023-03-27 18:36:00 UTC
tags
editor markdown
dateCreated 2021-10-24 02:13:10 UTC

Overview

This sub action will; let you add a random number to your arguments, either between a range of numbers, or as a next floating point.

For example if you choose between 1 and 3 You wil get the values: 1, 2 and 3

![sub-action-get-random-number.png](/sub-action-get-random-number.png =400x)

Variables

If you pick a random number between 2 values, you will get the following variables

Name Description
randomNumber Random number

If you pick next float, you will get the following

Name Description
randomFloat A floating point number between 0 and 1
randomPercent The floating point number represented as a percentage