Closed sakrist closed 3 years ago
Not sure if it's clean enough.
Tests passed on my fork https://github.com/sakrist/SwiftMath/runs/1802306691?check_suite_focus=true
@s1ddok
I suggest removing random
extension or mark it as deprecated for Int
, Int32
, Float
and Double
. Swift has built in random function for those types.
It sounds reasonable! Current random extensions were introduced before Swift's ones came out
Can you please release new version? Then I will be able to switch my cross platform OpenGL sample app to it.
Done
Windows tests