> The stream-based approach has its problems if one requires random > values of different types. If this is vital one automatically starts to > use functions of type Seed -> (value, Seed). I don't understand at all. Why would random values of different types require that signature? Why can you use an infinite list of these other values? Why can't you take the [Int] list of random numbers and transform it into whatever you want? That's what I do. -- Lennart
- Random comments Jerzy Karczmarczuk
- Re: Random comments Ralf Hinze
- Re: Random comments Lennart Augustsson
- Re: Random comments Ralf Hinze
- Re: Random comments Lennart Augustsson
- Re: Random comments Ralf Hinze
- Re: Random comments Joe Fasel