Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
e528bd48
Commit
e528bd48
authored
Jul 22, 2021
by
Jacob Finkenrath
Browse files
QCD part 1, define M_PI if not defined
parent
46913cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
qcd/part_1/src/random.c
View file @
e528bd48
...
...
@@ -4,6 +4,10 @@
/* 64 bit MT PRNG from mt19937-64.c */
#define NN 312
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
extern
int
mti
;
extern
unsigned
long
long
mt
[
NN
];
void
init_genrand64
(
unsigned
long
long
seed
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment