FutureProg functions

random

Built-In · computer function, computer program, standard futureprog

Number random(Number minimum, Number maximum)
Contexts: computer function, computer program, standard futureprog
Returns a random whole number between the supplied minimum and maximum bounds. This is the FutureProg random helper for simple integer-range rolls.
minimum: The lower numeric bound or first number.
maximum: The upper numeric bound or second number.

← Back to FutureProg functions