summaryrefslogtreecommitdiff
path: root/java/util/Random.java
Commit message (Expand)AuthorAgeFilesLines
* * java/util/regex/Matcher.java (matches): Javadoc fix.Tom Tromey2005-09-131-1/+1
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
* From svens@it.uu.se:Tom Tromey2002-11-071-2/+2
* setSeed, next, nextBytes, nextInt(), nextInt(int), nextLong, nextBoolean,Sascha Brawer2002-04-301-84/+100
* 2002-02-21 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-02-221-79/+102
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * java/util/Random.java: Fixed keyword ordering.Tom Tromey2001-08-311-7/+7
* * java/util/Random.java (next): Fixed the calculation to make it fully SunJochen Hoenicke2001-04-181-2/+2
* 2000-12-06 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-12-061-3/+3
* 2000-10-26 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-261-18/+18
* 2000-10-24 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-241-306/+326
* Change license to libgcc-like terms.Paul Fisher2000-03-151-19/+26
* public int next(int) -> protected int next(int) to match 1.1/1.2 signaturesBrian Jones1999-11-131-2/+2
* checked serialized form and added serialVersionUID.Jochen Hoenicke1999-08-141-3/+5
* Added java.util.Random; the random number generatorJochen Hoenicke1999-01-111-0/+350