view src/libSAD/noicegen.h @ 4234:b293ce14a01a

partially works...
author Eugene Zagidullin <e.asphyx@gmail.com>
date Thu, 31 Jan 2008 12:04:13 +0300
parents 74c6f3d3cf1d
children b0ca963fd965
line wrap: on
line source

#ifndef NOICEGEN_H
#define NOICEGEN_H

#include <inttypes.h>

int triangular_dither_noise(int nbits);
float triangular_dither_noise_f(void);
void noicegen_init_rand(uint32_t seed);

#endif /*NOICEGEN_H*/