Random Numbers in Scheme R5RS?

Discussion of Scheme and Racket
Post Reply
patrickjonesdotca

Random Numbers in Scheme R5RS?

Post by patrickjonesdotca » Thu Jul 09, 2009 7:35 pm

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.

Post Reply