Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
e73b9e98
Commit
e73b9e98
authored
Jun 18, 2020
by
thomas.forbriger
Browse files
synt/misc [FIX]: let randomseries mention rngtype in usage
parent
c3e6974f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/synt/misc/randomseries.cc
View file @
e73b9e98
...
...
@@ -56,6 +56,7 @@ int main(int iargc, char* argv[])
"usage: randomseries filename [-v] [-t type] [-o]"
"
\n
"
" [-nseries n] [-nsamples n] [-dt v]"
"
\n
"
" [-std v] [-mean v] [-seed n]"
"
\n
"
" [-rngtype rng]"
"
\n
"
" or: randomseries --help|-h"
"
\n
"
" or: randomseries --xhelp[=type]
\n
"
};
...
...
@@ -79,6 +80,7 @@ int main(int iargc, char* argv[])
"-nseries n produce 'n' time series
\n
"
"-nsamples n produce 'n' samples per series
\n
"
"-dt v set sampling interval to 'v' seconds
\n
"
"-rngtype rng select random number generator
\n
"
"-seed n initialize random number generator with 'n'
\n
"
"-std v set standard deviation to 'v'
\n
"
"-mean v set mean value of samples to 'v'
\n
"
...
...
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