Random
{random.int}
Section titled “{random.int}”{random.int}
- generates a random integer between 1 and 100.
{random.int 10}
- generates a random integer between 1 and 10.
{random.int 100 200}
- generates a random integer between 100 and 200.
Example response:
113
{random.choice}
Section titled “{random.choice}”{random.choice option1 "option 2" "option 3"}
- randomly selects one of the provided options.
Example response:
option 2