We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Severity: info | Confidence: medium | Auto-fix: ❌
info
medium
Random.new reuse — Creating a new Random.new each call is wasteful. Create once and reuse.
Random.new
3.times { Random.new.rand(10) }
Note
See bench results at bench/cat-043/
bench/cat-043/
There was an error while loading. Please reload this page.