view src/libSAD/noicegen.h @ 4828:e413f6dffd21

Sort by probe_priority. Noisy decision logic for the plugins while we work this out.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 28 Feb 2009 02:35:27 +0000
parents b0ca963fd965
children
line wrap: on
line source

#ifndef NOICEGEN_H
#define NOICEGEN_H

#include <inttypes.h>

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

#endif /*NOICEGEN_H*/