view src/lib/randgen.h @ 91:dc0891523276 HEAD

bugfix for sync fix
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Aug 2002 01:42:00 +0300
parents 4bcf3ff12c60
children 4a7ab9e94f25
line wrap: on
line source

#ifndef __RANDGEN_H
#define __RANDGEN_H

void random_fill(void *buf, unsigned int size);

/* may be called multiple times */
void random_init(void);
void random_deinit(void);

#endif