how to make Random in haskell in pure function

Posted by bohuai-jiang on Stack Overflow See other posts from Stack Overflow or by bohuai-jiang
Published on 2010-05-28T02:11:20Z Indexed on 2010/05/28 2:21 UTC
Read the original article Hit count: 232

Filed under:

I want make a haskell function can pick out random number from a given list. there type are

randomPick :: [a] -> a

what should i do ?

© Stack Overflow or respective owner

Related posts about haskell