- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SpecialRandom (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/collect/SpecialRandom.java
*/ @NullUnmarked public final class SpecialRandom extends Random { public static SpecialRandom valueOf(String s) { return s.isEmpty() ? new SpecialRandom() : new SpecialRandom(parseLong(s)); } private final boolean hasSeed; private final long seed; public SpecialRandom() { this.hasSeed = false; this.seed = 0; } public SpecialRandom(long seed) { super(seed);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 1.5K bytes - Click Count (0)