- (make-random-triangles [s: (S 0)] [m: (M 1/2)] [l: (L 1)] [randoms: (RANDOMS (current-random-real))]) -> (-> real)procedure
S is real.
M is real in [S L].
L is real in ]S +inf.0[.
RANDOMS is a (-> real)
(import (srfi 27 triangles))
S is real.
M is real in [S L].
L is real in ]S +inf.0[.
RANDOMS is a (-> real)
(import (srfi 27 triangles))