fix planet require of random.plt
svn: r7511
This commit is contained in:
parent
369d4d0749
commit
ac85e14527
|
@ -99,9 +99,14 @@ _end-nat)] matches any number in the range @scheme[_start-nat] to
|
|||
@scheme[nat]. A @scheme[(- nat)] matches @scheme[nat] or lower.
|
||||
|
||||
@examples[
|
||||
(module m (lib "big/lang.ss")
|
||||
(require (planet "random.ss" ("schematics" "random.plt" 1 0)))
|
||||
(display (random-gaussian)))
|
||||
(eval:alts
|
||||
(module m (lib "big/lang.ss")
|
||||
(require (planet "random.ss" ("schematics" "random.plt" 1 0)))
|
||||
(display (random-gaussian)))
|
||||
(void))
|
||||
(eval:alts
|
||||
(require m)
|
||||
(display 0.9050686838895684))
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -93,3 +93,5 @@ information.
|
|||
@include-section["basic.scrbl"]
|
||||
@include-section["manual.scrbl"]
|
||||
@include-section["eval.scrbl"]
|
||||
|
||||
@index-section["scribble-index"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user