summaryrefslogblamecommitdiff
path: root/Source/Library/Common/Rand.ns.h
blob: 71d4f605dcf7b931148c632283b0ec18e8d68d23 (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 <common.h>

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

#endif