A B D E F G H I L M O P R S T Z 

R

range(int, int) - Static method in class list.IntList
Create a new list with each entries in the specified range
For example, input parameters start = 3, stop = 7 should return
[3, 4, 5, 6, 7]
rollBiasedDie(int) - Static method in class list.IntList
Perform one "roll" of a biased many-sided die.
rollFairDie(int) - Static method in class list.IntList
Perform one "roll" of a fair many-sided die.
A B D E F G H I L M O P R S T Z