Skip to content

Commit 72026ec

Browse files
charrisrkern
andauthored
Update benchmarks/benchmarks/bench_function_base.py
Co-authored-by: Robert Kern <[email protected]>
1 parent 63c0006 commit 72026ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks/bench_function_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def random(size, dtype):
159159
Returns a randomly-shuffled array.
160160
"""
161161
arr = np.arange(size, dtype=dtype)
162-
rnd = np.random.RandomState(12345)
162+
rnd = np.random.RandomState(1792364059)
163163
rnd.shuffle(arr)
164164
return arr
165165

0 commit comments

Comments
 (0)