Verse API reference page for the Random module
Module import path: /Verse.org/Random
Verse.orgRandom
Functions
| Name | Description |
|---|---|
GetRandomFloat |
Returns a random float between Low and High, inclusive. |
GetRandomInt |
Returns a uniformly distributed, cryptographically-secure random int between Low and High, inclusive. (Low and High can be out of order.) |
Shuffle |
Makes an array with the same elements as Input shuffled in a random order. |