#ifndef WAVTOOL_RANDOM_H
#define WAVTOOL_RANDOM_H

#include <stddef.h>

int random_bytes(unsigned char* dest, size_t size);

#endif
