Skip to content

Commit 63c0006

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks/bench_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ClipInteger(Benchmark):
2727
]
2828

2929
def setup(self, dtype, size):
30-
rnd = np.random.RandomState(12345)
30+
rnd = np.random.RandomState(1301109903)
3131
self.array = rnd.randint(256, size=size, dtype=dtype)
3232
self.dataout = np.full_like(self.array, 128)
3333

0 commit comments

Comments
 (0)