java.lang.Random is Serializable but scala.util.Random is not #4664
Comments
Imported From: https://issues.scala-lang.org/browse/SI-4664?orig=1 |
@adriaanm said: |
@adriaanm said (edited on Feb 9, 2013 9:48:28 PM UTC): See scala/scala#2103. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There doesn't seem to be a good reason why scala.util.Random shouldn't be serializable. It uses java's Random as parameter and that is serializable.
The text was updated successfully, but these errors were encountered: