Searched refs:PlatformRandomHelper (Results 1 – 14 of 14) sorted by relevance
14 public class PlatformRandomHelper { class57 private PlatformRandomHelper() { } in PlatformRandomHelper() method in PlatformRandomHelper
17 private static final Random rand = PlatformRandomHelper.
16 private static final Random rand = PlatformRandomHelper.
21 public static final Random rand = PlatformRandomHelper.
21 PlatformRandomHelper.getPlatformSpecificRandomFactory();
19 public static final Random rand = PlatformRandomHelper.getPlatformSpecificRandomFactory();
29 public static final Random rand = PlatformRandomHelper.
25 public static final Random rand = PlatformRandomHelper.
22 public static final Random rand = PlatformRandomHelper.
29 protected static final Random rand = PlatformRandomHelper.
24 public static final Random rand = PlatformRandomHelper.
27 public static final Random rand = PlatformRandomHelper.
253 src/test/java/org/rocksdb/PlatformRandomHelper.java