added (random) to ASL

svn: r17438
This commit is contained in:
Matthias Felleisen 2009-12-30 15:26:28 +00:00
parent 63fc877988
commit e9be5c92fe

View File

@ -40,6 +40,8 @@
"to create a single list from several"))
("Misc"
(random (-> (and/c real? inexact? (>/c 0) (</c 1)))
"to generate a random number between 0 and 1 (excl).")
(force (delay -> any) "to find the delayed value; see also delay")
(promise? (any -> boolean) "to determine if a value is delayed")
(void (-> void) "produces a void value")