We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a0e20 commit 15913f5Copy full SHA for 15913f5
library/src/scala/util/Random.scala
@@ -16,7 +16,7 @@ package util
16
import scala.annotation.{migration, tailrec}
17
import scala.collection.mutable.ArrayBuffer
18
import scala.collection.BuildFrom
19
-import scala.collection.immutable.{List, LazyList}
+import scala.collection.immutable.LazyList
20
import scala.language.implicitConversions
21
22
class Random(val self: java.util.Random) extends AnyRef with Serializable {
0 commit comments