import Random main = do x <- getStdGen print (next x) newStdGen x <- getStdGen print (next x) newStdGen x <- getStdGen print (next x)