Random
•
• cause a formula containing the Random function to be reevaluated (by changing data in any of the fields the formula uses)
• Round ( Random * 10 ; 0 ) returns a random number from 0 to 9.Int ( Dice::NumSides * Random ) + 1 returns a randomly chosen side of a single die.