Update simplification.cljc

This commit is contained in:
Ryan Boldi 2022-03-07 14:04:58 -05:00
parent 32f374635a
commit d1044f1ab4

View File

@ -2,8 +2,7 @@
(:require [propeller.genome :as genome]
[propeller.push.interpreter :as interpreter]
[propeller.push.state :as state]
[propeller.tools.math :as math]
))
[propeller.tools.math :as math]))
(defn choose-random-k
[k indices]