Go to the documentation of this file.
114 #ifndef _LIBUTIL_GENRAND_H_
115 #define _LIBUTIL_GENRAND_H_
117 #define S3_RAND_MAX_INT32 0x7fffffff
121 #include <sphinxbase/sphinxbase_export.h>
144 #define s3_rand_seed(s) genrand_seed(s);
145 #define s3_rand_int31() genrand_int31()
146 #define s3_rand_real() genrand_real3()
147 #define s3_rand_res53() genrand_res53()