wykobi icon indicating copy to clipboard operation
wykobi copied to clipboard

Wykobi C++ Computational Geometry Library https://www.wykobi.com

Results 2 wykobi issues
Sort by recently updated
recently updated
newest added

Replace `random_shuffle` with `shuffle`, as `random_shuffle` was removed from C++17 https://en.cppreference.com/w/cpp/algorithm/random_shuffle

Make sure that the LUTs are allocated with the proper size before writing to them. This fixes a bug that inevitably triggers a segmentation fault within the constructor of `trig_luts`....