We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2de75f commit 55cbe6eCopy full SHA for 55cbe6e
starter_kits/Clojure/hlt/lib/hlt/random.clj
@@ -7,9 +7,8 @@
7
(defn set-seed! [seed]
8
(swap! state assoc :seed seed))
9
10
-;; This function is required b/c
+;; This function is required b/c (and to avoid a dep on data.genertors)
11
;; https://dev.clojure.org/jira/browse/CLJ-1452
12
-;; is unresolved and the data.generators workaround is not sufficient
13
(defn rrand-int
14
"repeatable rand-int"
15
[n]
0 commit comments