My Project
Loading...
Searching...
No Matches
libpolys
misc
sirandom.h
Go to the documentation of this file.
1
#ifndef SIRANDOM_H
2
#define SIRANDOM_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
EXTERN_VAR
int
siSeed
;
7
int
siRand
(
void
);
8
9
typedef
int (*
siRandProc
)(void);
10
typedef
int (*
siRandProc1
)(int);
11
int
siRandNext
(
int
);
12
int
siRandPlus1
(
int
);
13
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
20
//
EXTERN_VAR
#define EXTERN_VAR
Definition:
globaldefs.h:6
siRandProc
int(* siRandProc)(void)
Definition:
sirandom.h:9
siRandPlus1
int siRandPlus1(int)
Definition:
sirandom.c:47
siRand
int siRand(void)
Definition:
sirandom.c:42
siSeed
EXTERN_VAR int siSeed
Definition:
sirandom.h:6
siRandProc1
int(* siRandProc1)(int)
Definition:
sirandom.h:10
siRandNext
int siRandNext(int)
Definition:
sirandom.c:32
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular