Lint random.el

Usual lints... fixes usage in tree.el.
This commit is contained in:
William Carroll 2020-08-31 14:51:27 +01:00
parent 5b50e34e12
commit 1ea996b676
2 changed files with 37 additions and 29 deletions

View file

@ -125,7 +125,7 @@ generating test data. Warning this function can overflow the stack."
:children (->> (series/range 0 (number/dec bf))
(list/map
(lambda (_)
(when (random/boolean?)
(when (random-boolean?)
(do-random d vf bf))))))))
(do-random 0 value-fn branching-factor)))