bugfixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
(list (rand) (rand) (rand) opacity))
|
||||
|
||||
(defun randomized-linspace (begin end stp)
|
||||
(let ((rnd (round (* 0.1 stp))))
|
||||
(let ((rnd (ceiling (* 0.1 stp))))
|
||||
(map 'list
|
||||
(lambda (x) (+ x (- (random (* 2 rnd)) rnd)))
|
||||
(linspace begin end stp))))
|
||||
|
Reference in New Issue
Block a user