Page 1 of 1

Random Numbers in Scheme R5RS?

Posted: Thu Jul 09, 2009 7:35 pm
by patrickjonesdotca
I'm wondering if there are any non library means of creating random numbers in Scheme?
Mostly I use PLT (in R5RS mode only) or PocketScheme.

Right now I'm looking at the log congruential method in Sedgwick's Algorithms book but that algorithm has been complained about many places.