The CCC 6221118(http://ccc.sfbay/6221118) introduced the change for the code example in Randem.nextGaussian().
The code example in the CCC contains "synchronized" modifier for the method "public double nextGaussian()", but the examplpe from the spec for Random.nextGaussian() in JDK 6.0b100 is not.
The code example in the CCC contains "synchronized" modifier for the method "public double nextGaussian()", but the examplpe from the spec for Random.nextGaussian() in JDK 6.0b100 is not.
- relates to
-
JDK-4924316 java.util.Random spec problem on synchronization
-
- Resolved
-
-
JDK-6221118 java.util.Random.nextGaussian should specify StrictMath instead of Math methods
-
- Resolved
-