Add $RANDOM as a variable as supported by ksh/bash to produce a random number
Added $RANDOM as a read-only variable which produces a random number from 0-32767 like ksh and bash.
Considering upping the limit, this is an historic limit from 16 bit systems.
Added $RANDOM as a read-only variable which produces a random number from 0-32767 like ksh and bash.
Considering upping the limit, this is an historic limit from 16 bit systems.