@@ -188,7 +188,7 @@ public Random(long seed) {
188188 *
189189 * @diffblue.mock
190190 * @diffblue.limitedSupport
191- * We currently ignore seeds and make test-generator pick return values
191+ * We currently ignore seeds and make JBMC pick return values
192192 * for the methods in this class nondeterministically rather than
193193 * calculating them according to a probability distribution. So this
194194 * method is simply modelled as a no-op.
@@ -374,7 +374,7 @@ public void nextBytes(byte[] bytes) {
374374 *
375375 * @diffblue.fullSupport
376376 * This method returns a nondeterministic {@code int} value.
377- * The nondeterminism is introduced by test-generator itself, and
377+ * The nondeterminism is introduced by JBMC itself, and
378378 * probability distributions are ignored.
379379 *
380380 * @diffblue.mock
@@ -441,9 +441,9 @@ public int nextInt() {
441441 * @diffblue.limitedSupport
442442 * This method returns a nondeterministic {@code int} value between 0
443443 * (inclusive) and {@code bound} (exclusive).
444- * The nondeterminism is introduced by test-generator itself, and
444+ * The nondeterminism is introduced by JBMC itself, and
445445 * probability distributions are ignored.
446- * Exceptions for mocked methods are currently not supported, see TG-1387 .
446+ * Exceptions for mocked methods are currently not supported.
447447 *
448448 * @diffblue.mock
449449 */
@@ -522,7 +522,7 @@ public long nextLong() {
522522 *
523523 * @diffblue.fullSupport
524524 * This method returns a nondeterministic {@code boolean} value.
525- * The nondeterminism is introduced by test-generator itself, and
525+ * The nondeterminism is introduced by JBMC itself, and
526526 * probability distributions are ignored.
527527 *
528528 * @diffblue.mock
@@ -572,7 +572,7 @@ public boolean nextBoolean() {
572572 * @diffblue.fullSupport
573573 * This method returns a nondeterministic {@code float} value between 0.0
574574 * (inclusive) and 1.0 (exclusive).
575- * The nondeterminism is introduced by test-generator itself, and
575+ * The nondeterminism is introduced by JBMC itself, and
576576 * probability distributions are ignored.
577577 *
578578 * @diffblue.mock
@@ -626,7 +626,7 @@ public float nextFloat() {
626626 * @diffblue.fullSupport
627627 * This method returns a nondeterministic {@code double} value between 0.0
628628 * (inclusive) and 1.0 (exclusive).
629- * The nondeterminism is introduced by test-generator itself, and
629+ * The nondeterminism is introduced by JBMC itself, and
630630 * probability distributions are ignored.
631631 *
632632 * @diffblue.mock
@@ -688,7 +688,7 @@ public double nextDouble() {
688688 *
689689 * @diffblue.fullSupport
690690 * This method returns a nondeterministic {@code double} value.
691- * The nondeterminism is introduced by test-generator itself, and
691+ * The nondeterminism is introduced by JBMC itself, and
692692 * probability distributions are ignored.
693693 *
694694 * @diffblue.mock
0 commit comments