First of all, how do you get a simple random integer in Haskell? Second, How does one get a random value from a list of non-integer values? For example, I would like to pull a random musical note from a list of notes using the Haskore library. Thanks, Tyler