Lint random.el
Usual lints... fixes usage in tree.el.
This commit is contained in:
parent
5b50e34e12
commit
1ea996b676
2 changed files with 37 additions and 29 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue