Closed saxbophone closed 2 years ago
Well the good news is I've now got some skewed number distribution testing and I can sort float sets containing infinities and extreme finite values.
The bad news is that the custom number distribution/generation code I wrote doesn't seem to compile with anything other than Clang on macOS...
MSVC doesn't like testing the signed integer types and I have no idea why
Yay it works!
Well the good news is I've now got some skewed number distribution testing and I can sort float sets containing infinities and extreme finite values.
The bad news is that the custom number distribution/generation code I wrote doesn't seem to compile with anything other than Clang on macOS...