view src/libSAD/noicegen.h @ 4705:736e981747d8

remove dbus skin functions
author mf0102 <0102@gmx.at>
date Mon, 07 Jul 2008 22:28:30 +0200
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*/