Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
124a077e
Commit
124a077e
authored
Nov 04, 2019
by
thomas.forbriger
Browse files
randomseries [FIX]: add usage information on rng type selection
parent
98d2ed4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/synt/misc/randomseries.cc
View file @
124a077e
...
...
@@ -53,7 +53,7 @@ int main(int iargc, char* argv[])
char
usage_text
[]
=
{
RANDOMSERIES_VERSION
"
\n
"
"usage: randomseries filename [-v] [-t type] [-o]"
"
\n
"
"usage: randomseries filename [-v]
[-rngtype t]
[-t type] [-o]"
"
\n
"
" [-nseries n] [-nsamples n] [-dt v]"
"
\n
"
" [-std v] [-mean v] [-seed n]"
"
\n
"
" or: randomseries --help|-h"
"
\n
"
...
...
@@ -75,6 +75,10 @@ int main(int iargc, char* argv[])
"filename name of output file
\n
"
"-v be verbose
\n
"
"-o overwrite existing output file
\n
"
"-rngtype t select random number generator type
\n
"
" run
\n
"
" randomseries -xhelp=gslrng
\n
"
" to see comments
\n
"
"-t type select output file type
\n
"
"-nseries n produce 'n' time series
\n
"
"-nsamples n produce 'n' samples per series
\n
"
...
...
Write
Preview
Supports
Markdown
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