Skip to content

Fix unused generator parameter in Array.random(count:using:)

Compare
Choose a tag to compare
@VaporBot VaporBot released this 09 Nov 10:49
· 145 commits to main since this release
a037bbf
This patch was authored by @michal-tomlein and released by @0xTim.

The generator parameter in Array.random(count:using:) was unused in what appears to be a copy-paste error. This change passes it down to FixedWidthInteger.random(using:), which was the original intention.