Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Weber
load_leveller
Commits
dd44a92a
Commit
dd44a92a
authored
Oct 12, 2017
by
lw100917
Browse files
make rng private in mc
parent
a786fa04
Changes
1
Hide whitespace changes
Inline
Side-by-side
mc.h
View file @
dd44a92a
...
...
@@ -14,6 +14,7 @@ class mc
{
private:
bool
have_random
=
false
;
randomnumbergenerator
*
rng
=
0
;
void
param_init
(
string
dir
);
void
random_clear
();
...
...
@@ -26,9 +27,8 @@ class mc
parser
param
;
public:
double
random01
();
int
sweep
;
randomnumbergenerator
*
rng
;
//int sweep;
void
random_init
();
virtual
void
init
()
=
0
;
...
...
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