#include <inttypes.h>

namespace mrand
{
  void setSeed(unsigned long long seed);
  int getValue(int min, int max);
  float getFloat();
}