You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/clojure/clojure/test/generative/generators.clj
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ cases, because
17
17
1. Spec compilation uses these fns for you automatically.
18
18
2. There are lot of collisions with clojure.core!"}
19
19
clojure.test.generative.generators
20
-
(:refer-clojure:exclude [byte char long int short float double boolean string symbol keyword list vec set hash-map name rand-nth byte-array boolean-array short-array char-array int-array long-array float-array double-array])
20
+
(:refer-clojure:exclude [byte char long int short float double boolean string symbol keyword list vec set hash-map name rand-nth byte-array boolean-array short-array char-array int-array long-array float-array double-array shuffle])
21
21
(:require [clojure.core :as core]))
22
22
23
23
(def ^:dynamic ^java.util.Random
@@ -274,6 +274,12 @@ instance you can get a repeatable basis for tests."
0 commit comments