Skip to content

Commit

Permalink
Revert change that removed fixed seed
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grove <andygrove@nvidia.com>
  • Loading branch information
andygrove committed Jul 19, 2021
1 parent f0e8b45 commit 1877205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class CastOpSuite extends GpuExpressionTestSuite {
prefix: Option[String] = None): Seq[String] = {
val randomValueCount = 8192

val random = new Random()
val random = new Random(0)
val r = new EnhancedRandom(random,
FuzzerOptions(validChars, maxStringLen))

Expand Down

0 comments on commit 1877205

Please sign in to comment.