cmake CTR_HAVE_GETRANDOM examples

fluent/fluent-bit lib/ctraces/CMakeLists.txt :114

check_c_source_compiles("
  #include <sys/random.h>
  int main() {
      unsigned int tmp;
      getrandom(tmp, sizeof(tmp), GRND_NONBLOCK);
      return 0;
  }" CTR_HAVE_GETRANDOM)