Closed keepsimple1 closed 2 months ago
The main reason is that rand brought many more dependencies in, even thought it's dev-test. And it turns out, using fastrand also reduces code in the test itself.
rand
fastrand
The main reason is that
rand
brought many more dependencies in, even thought it's dev-test. And it turns out, usingfastrand
also reduces code in the test itself.