Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
d41db3c3
Commit
d41db3c3
authored
Jun 20, 2017
by
Jean-Baptiste Mouret
Browse files
minor typo in the doc of random generator
parent
7a08277d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/limbo/tools/random_generator.hpp
View file @
d41db3c3
...
...
@@ -100,7 +100,7 @@ namespace limbo {
using
rgen_int_t
=
RandomGenerator
<
rdist_int_t
>
;
/// @ingroup tools
/// random vector in [0, 1]
/// random vector in [0, 1
.0
]
///
/// - this function is thread safe because we use a random generator for each thread
/// - we use a C++11 random number generator
...
...
@@ -114,7 +114,7 @@ namespace limbo {
}
/// @ingroup tools
/// random vector in
R
/// random vector in
[0, 10.0]
///
/// - this function is thread safe because we use a random generator for each thread
/// - we use a C++11 random number generator
...
...
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