ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/SplittableRandomTest.java
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 22:55:54 2019 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +15 -12 lines
Diff to previous 1.25
fix a few [UnusedVariable] warnings

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 19:27:47 2019 UTC (5 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.24: +24 -32 lines
Diff to previous 1.24
improve assertThrows tests

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 16:14:40 2017 UTC (6 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +0 -1 lines
Diff to previous 1.23
remove unused imports

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 02:34:59 2017 UTC (6 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +15 -1 lines
Diff to previous 1.22
improve nextBytes tests

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 22:27:04 2017 UTC (6 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +52 -0 lines
Diff to previous 1.21
8188047: Add SplittableRandom.nextBytes

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Nov 17 22:09:52 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +0 -35 lines
Diff to previous 1.20
revert unnecessary addition of protected int next

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 03:36:50 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +35 -0 lines
Diff to previous 1.19
revise (uselessly inaccessible) next(int) method javadoc, implementation and tests

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 21:16:08 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
more assertions for testNextIntBounded, testNextLongBounded

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 04:55:31 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
improve main methods; respect system properties; actually fail if a test fails

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 21:28:49 2014 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +12 -9 lines
Diff to previous 1.16
whitespace

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 19:05:43 2014 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15
no wildcard imports

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 16:44:02 2014 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
remove unused imports

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Dec 21 21:32:34 2013 UTC (10 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
whitespace

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 20:29:31 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
rename some test methods

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 18:41:32 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
testBoundedLongs: reduce run time

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 16:39:38 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
smaller MAX_INT_BOUND to reduce test case runtimes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 15:29:18 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +31 -8 lines
Diff to previous 1.9
improve BadBounds tests

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 06:35:35 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +31 -12 lines
Diff to previous 1.8
Add more bad bounds tests

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 06:17:12 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +18 -48 lines
Diff to previous 1.7
use assertThrows

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 17:23:50 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
Reduce default value of REPS

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 17:05:52 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
use nicer lambda syntax

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 01:07:43 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +26 -2 lines
Diff to previous 1.4
more assertions for IllegalArgumentException

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:55:01 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +42 -52 lines
Diff to previous 1.3
actually test SplittableRandom; tidying pass; coding style consistency

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 01:14:30 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 23:06:47 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.1: +70 -0 lines
Diff to previous 1.1
Improve nextDouble()

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 19:08:12 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Initial version

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a