My bad. What you can do is have your values in an Array and use the RandomArray as an index into your array.
Edit: you actually do even need the random array. Just use random() to index into your array, based on the number of indices. Depends on what you want.