7 lines
73 B
C
7 lines
73 B
C
#ifndef RAND_H
|
|
#define RAND_H
|
|
#include "types.h"
|
|
|
|
u64 shitrand();
|
|
|
|
#endif |