mirror of
https://git.ztn.sh/zotan/swift-numerics.git
synced 2026-05-05 19:07:25 +02:00
It's a useful operation, but it deserves its own API to allow the use of a custom random source. Also, the existing API blocks some constant-folding operations because the call to the system random source is an opaque optimization barrier, so removing it allows us to produce better codegen for the other rounding modes. We're also bumping required Swift version to 5.9, and removing the executable test targets for log/log1p, as they're really only useful for development of those algorithms. |
||
|---|---|---|
| .. | ||
| ComplexTests | ||
| IntegerUtilitiesTests | ||
| RealTests | ||