summaryrefslogblamecommitdiff
path: root/Source/Kernel/Library/Rand.ns.h
blob: 3598de035d6dd6e606e59fecb0ff30ebd440ede9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                            
#ifndef DEF_RAND_NS_H
#define DEF_RAND_NS_H

#include <Core/common.wtf.h>

namespace Rand {
	u64int rand();
	u64int max();
}

#endif