bcssocket/include/random.h

8 lines
92 B
C

#ifndef MATH_H
#define MATH_H
#include <stdint.h>
double getUniform(uint32_t max);
#endif