to view the Probability menu.

to select
nPr which finds the number of
permutations of n things taken r at a time.
to select
nCr which finds the number of
combinations of n things taken r at a time.
to select
! (factorial) which finds n!.
to select
rand to generate a random number between 0 and 1, inclusive.