#ifndef WAVTOOL_RANDOM_H #define WAVTOOL_RANDOM_H #include int random_bytes(unsigned char* dest, size_t size); #endif