I need generate random numbers by create polygons with "wxHaskell",
I am searching in the web, but all I only find IO functions like
>>    test   :: Integer -> IO Integer
>>    test n =  do x <- randomRIO (1, n)
                      return x
I need this but with types :: Integer -> Integer

Thanks



Escapadas, fines de semana, vacaciones, reservas. Organiza y contrata tus viajes aquķ.
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to