8 lines
137 B
C++

#include <inttypes.h>
namespace mrand
{
void setSeed(unsigned long long seed);
int getValue(int min, int max);
float getFloat();
}