#include <ieee754.h> prevents compilation on MacOS
The changes to random.h, to have #include <ieee754.h>, recently prevent compilation on MacOS with clang due to that header being missing.
Does anybody with better google-fu have any ideas on a fix? I have unsuccessfully searched for this.