Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
int
siSeed
;
7
int
siRand
();
8
9
typedef
int (*
siRandProc
)();
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
//
siRandProc
int(* siRandProc)()
Definition:
sirandom.h:9
siSeed
int siSeed
Definition:
sirandom.c:29
siRandPlus1
int siRandPlus1(int)
Definition:
sirandom.c:46
siRand
int siRand()
Definition:
sirandom.c:41
siRandProc1
int(* siRandProc1)(int)
Definition:
sirandom.h:10
siRandNext
int siRandNext(int)
Definition:
sirandom.c:31
Generated on Mon Mar 6 2017 11:17:30 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1