randommod.h 88 B

123456
  1. #ifndef RANDOMMOD_H
  2. #define RANDOMMOD_H
  3. extern long long randommod(long long);
  4. #endif