ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/SplittableRandom.java
(Generate patch)

Comparing jsr166/src/main/java/util/SplittableRandom.java (file contents):
Revision 1.40 by jsr166, Tue Oct 3 22:27:04 2017 UTC vs.
Revision 1.41 by jsr166, Sun Dec 2 23:06:16 2018 UTC

# Line 80 | Line 80 | import java.util.stream.StreamSupport;
80   * in security-sensitive applications. Additionally,
81   * default-constructed instances do not use a cryptographically random
82   * seed unless the {@linkplain System#getProperty system property}
83 < * {@code java.util.secureRandomSeed} is set to {@code true}.
83 > * {@systemProperty java.util.secureRandomSeed} is set to {@code true}.
84   *
85   * @author  Guy Steele
86   * @author  Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines