Re: randomness functions

William D Clinger <[email protected]> Wed, 27 Apr 2011 11:28:08 -0400 (EDT)
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <11671894.978281303918088784.JavaMail.root@zimbra>
joseph alicandro wrote:

> Hi   For some reason I can't get (random 6) to work.
> It works fine in other versions of scheme . My
> understanding is that random is in the R5r document..

Although a random procedure equivalent to SRFI 27's
random-integer procedure is widely implemented, it is
not specified by the R5RS.

> The other question is is there a way to set  tab a
> number of spaces when indenting?.

I can't help with that.

Will