summaryrefslogtreecommitdiff
path: root/src/library/scala/util/Random.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce deprecations and warningsSimon Ochsenreither2016-08-021-3/+0
* SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-2/+8
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* SI-4664 Make scala.util.Random SerializableJean-Remi Desjardins2012-12-011-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* This change enables the alphanumeric method to be called from SecureRandomgakuzzzz2012-04-121-9/+11
* Formatting fixes for scala.util.Kato Kazuyoshi2011-06-181-3/+3
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-6/+3
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Off by one error in nextPrintableChar.Paul Phillips2010-12-311-1/+2
* Fixes #3584. No review.Aleksandar Pokopec2010-07-051-21/+23
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* A safety improvement for random path generation...Paul Phillips2010-04-131-7/+16
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-8/+6
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More deprecation soothing.Paul Phillips2009-11-181-1/+1
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* The final, tear-inducingly simple implementatio...Paul Phillips2009-10-281-8/+7
* In a stunning breakthrough, shuffle preserves t...Paul Phillips2009-10-281-32/+8
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* Sequence->SeqMartin Odersky2009-10-021-4/+4
* Some notes on the random shuffle implementation.Paul Phillips2009-08-301-2/+25
* Tightening the character range in random string...Paul Phillips2009-08-301-4/+16
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-1/+1
* Small tweak to nextString to unhose the distrib...Paul Phillips2009-08-251-1/+1
* Added nextString(length: Int) to util.Random.Paul Phillips2009-08-251-0/+17
* Handled a dozen or so deprecation warnings.Paul Phillips2009-08-191-1/+1
* Added a sequence shuffling method to scala.util...Paul Phillips2009-05-281-1/+30
* Implements feature request #2008.Gilles Dubochet2009-05-281-2/+1
* util.Random @since 2.8stepancheg2009-05-041-1/+3
* Fixes for #839 and #840, and removed some dupli...Paul Phillips2009-05-041-2/+7
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* removed warning (Random)michelou2008-07-291-1/+1
* moved class Random to package scala.utilmichelou2008-07-291-0/+73