aboutsummaryrefslogtreecommitdiff
path: root/trand.h
blob: 34b96fde50347a71d7a4d3d14c4d59ce3b6867d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TRAND_H
# define TRAND_H

# ifndef DEF_NTHREAD
#  define DEF_NTHREAD 4
# endif

# include <pthread.h>
# include <time.h>
# include <stdlib.h>

int ntrand(unsigned long long n);
int trand();
int strand();

#endif