ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Random.java
Revision 1.33
Wed Jan 16 19:02:12 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +0 -0 lines
FILE REMOVED
Rely on openjdk version

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 19:01:22 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.31: +9 -2 lines
Diff to previous 1.31
rename file

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 23:40:59 2012 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
typos

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 19:00:28 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +32 -9 lines
Diff to previous 1.29
restore Random.java, with fix needed by ThreadLocalRandom

Revision 1.29
Sat May 7 12:22:03 2011 UTC (13 years ago) by dl
Branch: MAIN
Changes since 1.28: +0 -0 lines
FILE REMOVED
Stop shadowing OpenJDK classes not originated by jsr166

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:15:15 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
use blessed declaration modifier order

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 17:00:45 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
@exception => @throws

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 21:32:19 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
Update legal notices to Oracle wording

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:34:23 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +12 -0 lines
Diff to previous 1.24
denigrate java.util.Random

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 00:00:54 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
6655123: Incorrect ref to The Art of Computer Programming in doc for java.util.Random

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon May 19 00:27:06 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
6600143: Remove another 450 unnecessary casts

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:59:57 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21
Sync with OpenJDK; remove all @version tags

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +29 -29 lines
Diff to previous 1.20
Sync with OpenJDK; untabify

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun May 20 07:54:01 2007 UTC (16 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +21 -3 lines
Diff to previous 1.19
License update

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 03:46:41 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +3 -5 lines
Diff to previous 1.18
6485719: Random javadoc serialization doc fixes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 07:38:27 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
copyright year update

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:07:14 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Updated Navigable interfaces ind implementations

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 08:30:29 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15
whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 08:17:21 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
6382646: Core Library "frozen-in-time" SCCS keywords

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 20:09:07 2006 UTC (18 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.13: +19 -5 lines
Diff to previous 1.13
Seed should be final

Revision 1.13
Tue Nov 8 00:13:59 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.12: +0 -0 lines
FILE REMOVED
removing to sync back to mustang

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 07:47:51 2005 UTC (18 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +260 -236 lines
Diff to previous 1.11
sync with mustang

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Oct 2 07:10:59 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +83 -83 lines
Diff to previous 1.10
whitespace

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Oct 1 22:42:00 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
SCCS keywords

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Oct 1 18:09:46 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.8: +38 -45 lines
Diff to previous 1.8
Added so as to improve specs

Revision 1.8
Sun Nov 21 01:40:39 2004 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +0 -0 lines
FILE REMOVED
Changes for maintenance/RFE phase

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 04:50:24 2004 UTC (20 years ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Martin Buchholz: sync with Tiger

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:36:50 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
Sync with 1.5.0

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 08:19:58 2003 UTC (20 years, 5 months ago) by jozart
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Fixed indentation inside do-while in next(bits) method.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 01:36:42 2003 UTC (20 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +8 -12 lines
Diff to previous 1.3
4949279: no-arg Random constructor should use nanoTime for seed.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 18:33:04 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.2: +13 -22 lines
Diff to previous 1.2
Serial ids; re-checkin in Random using j.u.c.aAtomicLong

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1
Scrunched catch, finally, else clauses.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 27 15:49:59 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_CR1, JSR166_PRELIMINARY_TEST_RELEASE_1, JSR166_PRELIMINARY_TEST_RELEASE_2, JSR166_PRERELEASE_0_1
Initial implementations

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