Commit 8a8fb66 1 parent f1a6ed7 commit 8a8fb66 Copy full SHA for 8a8fb66
File tree 2 files changed +2
-2
lines changed
commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public static UniformRandomProvider[] createRNG(int count) {
239
239
* <p>It should be noted that repeat invocations of a failing test by the surefire plugin
240
240
* will receive an instance with the same seed. If a test may fail due to stochastic conditions
241
241
* then consider using {@link RandomAssert#createRNG()} or {@link #createRNG(int)} which will
242
- * obtain a different RNG for repeat test executions.
242
+ * obtain a different RNG for repeat test executions.
243
243
*
244
244
* @return the uniform random provider
245
245
* @see RandomSource#create()
Original file line number Diff line number Diff line change 56
56
<custom >
57
57
<!-- Custom properties controlling the commons-skin template. -->
58
58
<commonsSkin >
59
- <!--
59
+ <!--
60
60
Convert preformatted source section tags to prettyprint:
61
61
<div class="source"><pre> to <div class="source"><pre class="prettyprint">
62
62
-->
You can’t perform that action at this time.
0 commit comments