Skip to content

random

Generates a random integer between min and max. Both min and max are inclusive.

Usage

random(1, 10); // => 5

Installation

Terminal window
npx atmx add helper random