blob: 9d7fc539b1b1c002e847432726d4e0d8f3e879fb [file] [log] [blame]
/*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
|*
|* The LLVM Compiler Infrastructure
|*
|* This file is distributed under the University of Illinois Open Source
|* License. See LICENSE.TXT for details.
|*
\*===----------------------------------------------------------------------===*/
#ifndef GLIBC_COMPAT_RAND_H
#define GLIBC_COMPAT_RAND_H
int glibc_compat_rand(void);
void glibc_compat_srand(unsigned int seed);
#endif /* GLIBC_COMPAT_RAND_H */