Libraries anvil math random

int random(int lobound, int hibound)
Returns pseudorandom integer between given range.
Parameters lobound -  Low bound, inclusive
hibound -  High bound, inclusive
Returns Pseudorandom number