Type: lib.random.RandomInt

Namespace: lib.random

Description

Generate a random integer within a range. random, integer, number, rand, randint

Use cases:
- Pick a random index or identifier
- Create randomized counters or IDs
- Sample integers for testing

Properties

Property Type Description Default
minimum int Minimum value (inclusive) 0
maximum int Maximum value (inclusive) 100

Outputs

Output Type Description
output int  

Metadata

Browse other nodes in the lib.random namespace.