[MLton] MLton.Random documentation

Stephen Weeks MLton@mlton.org
Wed, 21 Jan 2004 06:02:40 -0800


> I have some Mersenne twister code and really should have added it long ago.
> It is a bit slow for some things (compared to something like Random.word)
> but has better randomness properties.  I guess we should have both, which is
> a bit of nuisance.

I think it would be fine to add

	val MLton.Random.mersenne: unit -> word

Please send the code.