view src/lib/randgen.h @ 62:4bcf3ff12c60 HEAD

removed const attribute from buffer argument for random_fill(), that really shouldn't have been there..
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Aug 2002 07:41:25 +0300
parents 3b1985cbc908
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