Skip to content

Commit 1e6dd49

Browse files
committed
go
1 parent af1dd5b commit 1e6dd49

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/tools/fuzzing/random.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ float Random::getFloat() { return Literal(get32()).reinterpretf32(); }
6666
double Random::getDouble() { return Literal(get64()).reinterpretf64(); }
6767

6868
uint32_t Random::upTo(uint32_t x) {
69-
if (finished()) {
70-
return 0;
71-
}
7269
if (x == 0) {
7370
return 0;
7471
}

0 commit comments

Comments
 (0)