- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for getRandom (0.51 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
*/ public BaseConfiguration(final boolean initDefaults) throws CIFSException { if (initDefaults) { this.initDefaults(); } } @Override public SecureRandom getRandom() { return this.random; } @Override public String getNetbiosHostname() { return this.netbiosHostname; } @Override public InetAddress getLocalAddr() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/AccessTokenHelper.java
return request.getParameter(name); } return null; } /** * Set the random instance. * @param random The random instance. */ public void setRandom(final Random random) { this.random = random; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (0)