summaryrefslogtreecommitdiff
path: root/random.h
blob: 2050414e4f62cb7293bbad46aed645c0dfac4f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RANDOM_H
#define RANDOM_H

#include "random.cpp"

//guarenteed no loop with length < 150 when less then 5000 times called
int randn();

//seed with number from 0 to 672
void srandn();



#endif