File tree Expand file tree Collapse file tree
libs/openFrameworks/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ poisson(double mean) {
363363}
364364
365365// / \brief Generates a vector of random non-negative integer values according to poisson distribution
366- // / https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution\
366+ // / https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution
367367// / note that this distribution produces int, which are cast into floats for glm
368368// / \tparam T the desired output vector type
369369// / \param mean the mean
@@ -375,7 +375,7 @@ poisson(double mean) {
375375}
376376
377377// / \brief Generates a vector of random non-negative integer values according to poisson distribution
378- // / https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution\
378+ // / https://en.cppreference.com/w/cpp/numeric/random/poisson_distribution
379379// / (note that this distribution produces int, which are cast into floats for glm)
380380// / with specialized parameters (different params for members of the vector)
381381// / \tparam T the desired output vector type
You can’t perform that action at this time.
0 commit comments