Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
numa
Commits
87cd0d7c
Commit
87cd0d7c
authored
Jun 12, 2019
by
Pawel Sznajder
Browse files
correct RandomGenerator (for missing destructor)
parent
eae3b5ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NumA/random_generator/RandomGenerator.cpp
View file @
87cd0d7c
...
...
@@ -32,6 +32,9 @@ RandomGenerator::RandomGenerator() {
ElemUtils
::
Formatter
()
<<
"Initial random seed set to "
<<
m_seed
);
}
RandomGenerator
::~
RandomGenerator
()
{
}
void
RandomGenerator
::
configure
(
const
ElemUtils
::
Parameters
&
parameters
)
{
if
(
parameters
.
isAvailable
(
RandomGenerator
::
PARAM_NAME_SEED
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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