[MLton] cvs commit: fixed bug in MLton.Random.alphaNumString

Matthew Fluet fluet@cs.cornell.edu
Sun, 28 Dec 2003 17:49:13 -0500 (EST)


>   Fixed bug in MLton.Random.alphaNumString that Jesper saw that caused
>   it to return #"0" for all characters beyond position 11.

See my other message; but since we were refreshing for the first 6
characters, but went 0 after position 11, we clearly only get 5 random
alpha-nums per random word.