Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarification

...

Only numbers are valid arguments to int. To coerce a string, use the Universal operator as()

random

To obtain a random integernumber, please see use a function from the random :integer() functionlibrary

round

round(<num>) - convert <num> to the nearest integer.

...