Chad Scherrer schrieb: > Hi, > > I'd like to be able to use randomIO, but I'm working within the > context of STM. Is there a way to get these working together happily? How about adding an Int parameter for the inital seed and using setStdGen? C.