summaryrefslogtreecommitdiff
path: root/java/util/Random.java
Commit message (Collapse)AuthorAgeFilesLines
* * java/util/regex/Matcher.java (matches): Javadoc fix.Tom Tromey2005-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (start): Likewise. * java/lang/reflect/Proxy.java (equals): Javadoc fix. * java/io/ObjectInputStream.java (inputGetObjectStreamClasses): Javadoc fix. * java/util/zip/ZipFile.java (getEntry): Javadoc fix. * java/util/logging/XMLFormatter.java (getHead): Javadoc fix. * java/util/logging/LogManager.java (getLevelProperty): Javadoc fix. * java/util/logging/Handler.java (getEncoding): Javadoc fix. (setFilter): Likewise. * java/util/logging/FileHandler.java: Organized imports. * java/util/jar/Manifest.java (Manifest): Javadoc fix. * java/util/TreeMap.java (putFromObjStream): Javadoc fix. * java/util/SimpleTimeZone.java (isBefore): Javadoc fix. * java/util/ResourceBundle.java (tryBundle): Javadoc fix. * java/util/Random.java (seed): Javadoc fix. * java/util/Collections.java (SynchronizedSortedSet): Javadoc fix. (SingletonMap): Likewise. (addAll): Javadoc fix. * java/lang/reflect/UndeclaredThrowableException.java: Javadoc fix. * java/lang/reflect/Member.java (DECLARED, PUBLIC): Javadoc fix. * java/lang/ref/WeakReference.java: Javadoc fix. * java/lang/ref/Reference.java: Javadoc fix. (Reference): Likewise. * java/lang/Thread.java (setContextClassLoader): Javadoc fix. (getContextClassLoader): Likewise. (stop): Likewise. * java/lang/System.java (runFinalizersOnExit): Javadoc fix. * java/lang/String.java (upperExpand): Javadoc fix. * java/lang/StrictMath.java: Javadoc fixes. * java/lang/SecurityManager.java: Added imports for javadoc. (currentClassLoader): Javadoc fix. (classLoaderDepth): Likewise. (currentLoadedClass): Likewise. (checkRead): Likewise. (checkWrite): Likewise. (checkAccess): Likewise. * java/lang/RuntimePermission.java: Added import for javadoc. * java/lang/Readable.java (read): Added import for javadoc.
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
|
* From svens@it.uu.se:Tom Tromey2002-11-071-2/+2
| | | | * java/util/Random.java (nextInt(int)): Only use 31 bits.
* setSeed, next, nextBytes, nextInt(), nextInt(int), nextLong, nextBoolean,Sascha Brawer2002-04-301-84/+100
| | | | | nextFloat, nextDouble, nextGaussian: Docfix to avoid angle brackets in Javadoc and for pre-formatted code without asterisks.
* 2002-02-21 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-02-221-79/+102
| | | | | | | | | | | | * java/util/Makefile.am (EXTRA_DIST): Add EventListenerProxy.java. * java/util/EventListener.java: Improve Javadoc. * java/util/EventListenerProxy.java: New class. * java/util/EventObject.java: Improve Javadoc. * java/util/Observable.java: Improve Javadoc. * java/util/Observer.java: Improve Javadoc. * java/util/Properties.java: Improve Javadoc, and reorder methods. * java/util/Random.java: Improve Javadoc and formatting. * java/util/TooManyListenersException.java: Improve Javadoc.
* 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
| | | | compatible.
* 2000-12-06 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-12-061-3/+3
| | | | | * java/util/Random.java (nextDouble): Use 1L for bit-shift, not 1 integer. From Christian Grothoff <grothoff@cs.purdue.edu>.
* 2000-10-26 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-261-18/+18
| | | | | * java/util/*.java: Fix indentation on copyright notices. * java/util/jar/*.java: Ditto.
* 2000-10-24 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-241-306/+326
| | | | | | * java/util/*.java: Reformat all to unofficial standard coding style. No changes of substance. * java/util/jar/*.java: Ditto.
* Change license to libgcc-like terms.Paul Fisher2000-03-151-19/+26
| | | | Update copyright lines to contain correct years.
* 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