<div dir="ltr">I'm having trouble using Control.DeepSeq.force (necessary for parallel code) on a StdGen from System.Random. I don't know how to derive NFData. A standalone deriving statement, like this<div><br></div><div>deriving instance NFData StdGen </div><div><br></div><div>gets me the error "the data constructors of StdGen are not all in scope..."</div><div><br></div><div>Is it actually possible to derive an NFData instance of StdGen, and how would I do that? Or if not possible, how can I work about this?</div><div><br></div><div>Note: I'm going to see if I can use tf-random in this application. Maybe it will be easier.</div><div><br></div><div>D</div><div><br></div></div>