1. System.Random のクラスと型 Haskell の標準ライブラリには、ランダムな値を生成するパッケージがある。 Haskell/Understanding monads – Wikibooks によると、 There is much research on constructing good pseudo-random number generators, but fortunately, the Haskell standard library module System.Random already implements a ready-to-use generator for us. System.Random には、二つのクラスと一つの型がある。 class RandomGen Random data StdGen RandomGen は、ランダムを生成するジェネレ