ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/SplittableRandom.java
Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Dec 2 23:06:16 2018 UTC (5 years, 4 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
8214559: Use {@systemProperty} for definitions of system properties

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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:07:50 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -2 lines
Diff to previous 1.38
coalesce multiple @throws IllegalArgumentException for doubles; consistent with ints and longs

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 22:08:05 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Fix error-prone [ConstantOverflow] warning: 2 * GOLDEN_GAMMA -> GOLDEN_GAMMA << 1

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

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

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 02:23:22 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
typo

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Nov 12 03:15:13 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Nov 12 00:12:05 2016 UTC (7 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.32: +14 -0 lines
Diff to previous 1.32
Implement and Document useless next(int)

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Feb 20 23:24:57 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +11 -10 lines
Diff to previous 1.31
harden <clinit> to survive static initialization circularity

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Feb 19 03:39:15 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +5 -3 lines
Diff to previous 1.30
unlambdafy to "fix" 8150014: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java fails with NoClassDefFoundError

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 2 02:27:03 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +5 -6 lines
Diff to previous 1.29
stop using jdk internal API GetPropertyAction

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 02:41:36 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +6 -3 lines
Diff to previous 1.28
make nested classes final

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 21:07:10 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +21 -21 lines
Diff to previous 1.27
ALL_CAPS for static finals

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Sep 13 16:28:14 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
consistent style for <li> tags, removing </li> end tags

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:13 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
standardize import statement order

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 12:17:38 2014 UTC (9 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.24: +5 -34 lines
Diff to previous 1.24
Remove network interface probe

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Oct 7 10:54:27 2013 UTC (10 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.23: +11 -11 lines
Diff to previous 1.23
incorporate review comments; undo miscommit

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Sep 20 14:06:46 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.22: +3 -5 lines
Diff to previous 1.22
Synch with OpenJDK

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Sep 20 09:38:07 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.21: +0 -6 lines
Diff to previous 1.21
Remove unused method

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Sep 19 23:19:43 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.20: +93 -69 lines
Diff to previous 1.20
minor improvements

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Aug 24 06:20:15 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
use actual name of system property in comment

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Aug 24 06:06:53 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +0 -1 lines
Diff to previous 1.18
whitespace

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Aug 22 23:36:06 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.17: +75 -55 lines
Diff to previous 1.17
Optional SecureRandom initial seed

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 23:34:47 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
untabify

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 17:13:57 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.15: +15 -13 lines
Diff to previous 1.15
javadoc touchups

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 9 12:12:10 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.14: +129 -204 lines
Diff to previous 1.14
Improved algorithm

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 5 13:58:02 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.13: +4 -6 lines
Diff to previous 1.13
Update mix57

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 13:19:09 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.12: +54 -32 lines
Diff to previous 1.12
Use 57bit gamma

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 14:02:23 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +29 -30 lines
Diff to previous 1.11
Use SecureRandom initial default seed; misc wording updates

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 12:32:05 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.10: +43 -21 lines
Diff to previous 1.10
Incorporate suggestions

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 08:06:49 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +14 -14 lines
Diff to previous 1.9
javadoc punctuation

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 03:47:31 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
whitespace

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 19:45:19 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
whitespace

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 11:26:34 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.6: +88 -89 lines
Diff to previous 1.6
Copy-edit pass

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 23:22:01 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Typo

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 23:14:45 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.4: +8 -4 lines
Diff to previous 1.4
IMprove nextDouble()

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 13:40:42 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.3: +11 -10 lines
Diff to previous 1.3
Incorporate suggestions

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 03:31:26 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
typo

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jul 10 23:42:43 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.1: +6 -3 lines
Diff to previous 1.1
Incorporate suggestions

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 10 15:40:19 2013 UTC (10 years, 9 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