FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int rand_tmout
(
int
min
,
int
max
)
Definition at line
161
of file
open_dns.c
.
Referenced by
open_dns()
, and
recv_dns_dis_rout()
.
162
{
163
int
aux;
164
165
aux = rand();
166
aux %= (max - min);
167
aux += min;
168
return
(aux);
169
}
Here is the caller graph for this function:
dim
src
open_dns.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11