I am sure that this is a very elementary process but I am just starting out. What is the best way to choose a random # from a set of numbers.

Is there a built in PL/SQL function that will choose a Random # from a set?

Should a declare the set in an array and use the index #'s as a random set?

Any suggestions would be appreciated?