Skip to content

Commit 777d23f

Browse files
committed
Use floats
1 parent e7a5e81 commit 777d23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exercise/InfiniteDivisions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public function getArgs(): array
5858
{
5959
return [
6060
[
61-
(string) $this->faker->numberBetween(10, 100),
62-
(string) $this->faker->numberBetween(0, 10)
61+
(string) $this->faker->randomFloat(3, 10, 100),
62+
(string) $this->faker->randomFloat(3, 0, 10)
6363
]
6464
];
6565
}

0 commit comments

Comments
 (0)