In RandomSample.swift:
// For log(_:) and exp(_:) #if canImport(Glibc) @_implementationOnly import Glibc #elseif canImport(Darwin) @_implementationOnly import Darwin #endif
2. Why release a package that does not support windows now that windows is officially supported?
In RandomSample.swift:
1. Why aren't those 'basic' functions already implemented in swift, and part of a math package (or in numerics)?2. Why release a package that does not support windows now that windows is officially supported?