The Random class provides a way to get certain random values.
The Belte public interface for the Random class can be found here.
| Signature | Description |
|---|---|
int! RandInt(int max) |
Gets a random non-negative int that is less that max, or less than the int-64 maximum if max is null. |
decimal! Random() |
Gets a random decimal greater than or equal to 0 and less than 1. |