Skip to content

Commit 55cbe6e

Browse files
committed
Updated comment on repeatable random generation
Signed-off-by: Tom Marble <[email protected]>
1 parent a2de75f commit 55cbe6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

starter_kits/Clojure/hlt/lib/hlt/random.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
(defn set-seed! [seed]
88
(swap! state assoc :seed seed))
99

10-
;; This function is required b/c
10+
;; This function is required b/c (and to avoid a dep on data.genertors)
1111
;; https://dev.clojure.org/jira/browse/CLJ-1452
12-
;; is unresolved and the data.generators workaround is not sufficient
1312
(defn rrand-int
1413
"repeatable rand-int"
1514
[n]

0 commit comments

Comments
 (0)