[Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Manlio Perillo
Hi. I'm pleased to announce the availability of my random-stream package. The cabalized package is available at: http://haskell.mperillo.ath.cx/random-stream-0.0.1.tar.gz Note that I have not uploaded it on Hackage, and I do not plan to upload it in the near future, at least until I will

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Brent Yorgey
On Thu, Mar 19, 2009 at 11:55:16AM +0100, Manlio Perillo wrote: Note that I have not uploaded it on Hackage, and I do not plan to upload it in the near future, at least until I will repute the package mature enough. I would encourage you to upload it to Hackage regardless of its supposed

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Gökhan San
Manlio Perillo manlio_peri...@libero.it writes: The stream generator implements tha RandomGen interface. This is really cool, though I think 'split' is a must. Maybe all instances could share the same stream in the background, then it wouldn't cause resource issues. Also, IMHO mkStream should

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Manlio Perillo
Brent Yorgey ha scritto: On Thu, Mar 19, 2009 at 11:55:16AM +0100, Manlio Perillo wrote: Note that I have not uploaded it on Hackage, and I do not plan to upload it in the near future, at least until I will repute the package mature enough. I would encourage you to upload it to Hackage

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Andrew Wagner
Maybe the feature has been added, but not released, because somebody is strict about their code... It should be possible to do: cabal install http://haskell.mperillo.ath.cx/random-stream-0.0.1.tar.gz It's unfortunate that this is not supported. Thanks Manlio

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Manlio Perillo
Gökhan San ha scritto: Manlio Perillo manlio_peri...@libero.it writes: The stream generator implements tha RandomGen interface. This is really cool, though I think 'split' is a must. Maybe all instances could share the same stream in the background, then it wouldn't cause resource issues.

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Manlio Perillo
Andrew Wagner ha scritto: Maybe the feature has been added, but not released, because somebody is strict about their code... We should first agree on the meaning of release some code... Manlio ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] [ANN] random-stream package

2009-03-19 Thread Gökhan San
Manlio Perillo manlio_peri...@libero.it writes: Gökhan San ha scritto: Manlio Perillo manlio_peri...@libero.it writes: The stream generator implements tha RandomGen interface. This is really cool, though I think 'split' is a must. Maybe all instances could share the same stream in the