Home
last modified time | relevance | path

Searched defs:random (Results 26 – 50 of 7784) sorted by relevance

12345678910>>...312

/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/math/
H A DRandomUtils.java61 public static int nextInt(Random random) { in nextInt()
86 public static int nextInt(Random random, int n) { in nextInt()
108 public static long nextLong(Random random) { in nextLong()
129 public static boolean nextBoolean(Random random) { in nextBoolean()
152 public static float nextFloat(Random random) { in nextFloat()
175 public static double nextDouble(Random random) { in nextDouble()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/random/
H A DTestOpensslSecureRandom.java28 OpensslSecureRandom random = new OpensslSecureRandom(); in testRandomBytes() local
44 private void checkRandomBytes(OpensslSecureRandom random, int len) { in checkRandomBytes()
61 OpensslSecureRandom random = new OpensslSecureRandom(); in testRandomInt() local
76 OpensslSecureRandom random = new OpensslSecureRandom(); in testRandomLong() local
91 OpensslSecureRandom random = new OpensslSecureRandom(); in testRandomFloat() local
106 OpensslSecureRandom random = new OpensslSecureRandom(); in testRandomDouble() local
/dports/security/erlang-jose/erlang-jose-1.11.1/src/base/
H A Djose_base64.erl288 random(Bytes) when is_integer(Bytes) andalso Bytes >= 0 -> function
291 random(0, Opts) when is_map(Opts) -> function
293 random(Bytes, Opts) when (Bytes =:= 1) andalso is_map(Opts) -> function
295 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes > 0 andalso is_map(Opts) -> function
309 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes >= 0 andalso is_list(Opts) -> function
H A Djose_base64url.erl288 random(Bytes) when is_integer(Bytes) andalso Bytes >= 0 -> function
291 random(0, Opts) when is_map(Opts) -> function
293 random(Bytes, Opts) when (Bytes =:= 1) andalso is_map(Opts) -> function
295 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes > 0 andalso is_map(Opts) -> function
309 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes >= 0 andalso is_list(Opts) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/src/base/
H A Djose_base64.erl288 random(Bytes) when is_integer(Bytes) andalso Bytes >= 0 -> function
291 random(0, Opts) when is_map(Opts) -> function
293 random(Bytes, Opts) when (Bytes =:= 1) andalso is_map(Opts) -> function
295 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes > 0 andalso is_map(Opts) -> function
309 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes >= 0 andalso is_list(Opts) -> function
H A Djose_base64url.erl288 random(Bytes) when is_integer(Bytes) andalso Bytes >= 0 -> function
291 random(0, Opts) when is_map(Opts) -> function
293 random(Bytes, Opts) when (Bytes =:= 1) andalso is_map(Opts) -> function
295 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes > 0 andalso is_map(Opts) -> function
309 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes >= 0 andalso is_list(Opts) -> function
/dports/security/beecrypt/beecrypt-4.2.1/c++/
H A Dadapter.cxx29 int sraSetup(SecureRandom* random) in sraSetup()
34 int sraSeed(SecureRandom* random, const byte* data, size_t size) in sraSeed()
40 int sraNext(SecureRandom* random, byte* data, size_t size) in sraNext()
46 int sraCleanup(SecureRandom* random) in sraCleanup()
60 randomGeneratorContextAdapter::randomGeneratorContextAdapter(SecureRandom* random) : randomGenerato… in randomGeneratorContextAdapter()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/base/
H A Djose_base64url.erl288 random(Bytes) when is_integer(Bytes) andalso Bytes >= 0 -> function
291 random(0, Opts) when is_map(Opts) -> function
293 random(Bytes, Opts) when (Bytes =:= 1) andalso is_map(Opts) -> function
295 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes > 0 andalso is_map(Opts) -> function
309 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes >= 0 andalso is_list(Opts) -> function
H A Djose_base64.erl288 random(Bytes) when is_integer(Bytes) andalso Bytes >= 0 -> function
291 random(0, Opts) when is_map(Opts) -> function
293 random(Bytes, Opts) when (Bytes =:= 1) andalso is_map(Opts) -> function
295 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes > 0 andalso is_map(Opts) -> function
309 random(Bytes, Opts) when is_integer(Bytes) andalso Bytes >= 0 andalso is_list(Opts) -> function
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/jce/provider/
H A DJDKAlgorithmParameterGenerator.java28 protected SecureRandom random; field in JDKAlgorithmParameterGenerator
33 SecureRandom random) in engineInit()
46 SecureRandom random) in engineInit()
96 SecureRandom random) in engineInit()
138 SecureRandom random) in engineInit()
180 SecureRandom random) in engineInit()
220 SecureRandom random) in engineInit()
279 SecureRandom random) in engineInit()
317 SecureRandom random) in engineInit()
355 SecureRandom random) in engineInit()
/dports/science/cdk/cdk-cdk-2.3/base/test-standard/src/test/java/org/openscience/cdk/math/
H A DRandomNumbersToolTest.java61 int random = RandomNumbersTool.randomInt(); in testRandomInt() local
73 long random = RandomNumbersTool.randomLong(); in testRandomLong() local
82 long random = RandomNumbersTool.randomLong(lower_limit, upper_limit); in testRandomLong_long_long() local
89 double random = RandomNumbersTool.randomDouble(); in testRandomDouble() local
98 double random = RandomNumbersTool.randomDouble(lower_limit, upper_limit); in testRandomDouble_double_double() local
105 float random = RandomNumbersTool.randomFloat(); in testRandomFloat() local
114 float random = RandomNumbersTool.randomFloat(lower_limit, upper_limit); in testRandomFloat_float_float() local
121 int random = RandomNumbersTool.randomBit(); in testRandomBit() local
127 int random = RandomNumbersTool.randomInt(0, 5); in testRandomInt_int_int() local
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/
H A DRandomStringUtils.java71 public static String random(int count) { in random() method in RandomStringUtils
145 public static String random(int count, boolean letters, boolean numbers) { in random() method in RandomStringUtils
165 public static String random(int count, int start, int end, boolean letters, boolean numbers) { in random() method in RandomStringUtils
189 …public static String random(int count, int start, int end, boolean letters, boolean numbers, char[… in random() method in RandomStringUtils
226 public static String random(int count, int start, int end, boolean letters, boolean numbers, in random() method in RandomStringUtils
227 char[] chars, Random random) { in random()
300 public static String random(int count, String chars) { in random() method in RandomStringUtils
319 public static String random(int count, char[] chars) { in random() method in RandomStringUtils
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/sd/lb/
H A Drandom.go18 type random struct { struct
19 s sd.Endpointer
20 r *rand.Rand
23 func (r *random) Endpoint() (endpoint.Endpoint, error) {
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/random/
H A Drandom.hpp18 namespace random namespace
22 types::ndarray<double, pS> random(pS const &shape) in random() function
31 auto random(long size) -> decltype(random(types::array<long, 1>{{size}})) in random() function
36 double random(types::none_type d) in random() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java63 private SecureRandom random; field in DSAKeyPairGenerator
87 public void initialize(int modlen, SecureRandom random) { in initialize()
101 public void initialize(AlgorithmParameterSpec params, SecureRandom random) in initialize()
110 void init(int modlen, SecureRandom random, boolean forceNew) { in init()
120 void init(DSAParameterSpec params, SecureRandom random, in init()
159 SecureRandom random) { in generateKeyPair()
189 private BigInteger generateX(SecureRandom random, BigInteger q) { in generateX()
232 SecureRandom random) throws InvalidParameterException { in initialize()
254 public void initialize(DSAParams params, SecureRandom random) in initialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java63 private SecureRandom random; field in DSAKeyPairGenerator
87 public void initialize(int modlen, SecureRandom random) { in initialize()
101 public void initialize(AlgorithmParameterSpec params, SecureRandom random) in initialize()
110 void init(int modlen, SecureRandom random, boolean forceNew) { in init()
120 void init(DSAParameterSpec params, SecureRandom random, in init()
159 SecureRandom random) { in generateKeyPair()
185 private BigInteger generateX(SecureRandom random, BigInteger q) { in generateX()
228 SecureRandom random) throws InvalidParameterException { in initialize()
250 public void initialize(DSAParams params, SecureRandom random) in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java63 private SecureRandom random; field in DSAKeyPairGenerator
87 public void initialize(int modlen, SecureRandom random) { in initialize()
101 public void initialize(AlgorithmParameterSpec params, SecureRandom random) in initialize()
110 void init(int modlen, SecureRandom random, boolean forceNew) { in init()
120 void init(DSAParameterSpec params, SecureRandom random, in init()
159 SecureRandom random) { in generateKeyPair()
189 private BigInteger generateX(SecureRandom random, BigInteger q) { in generateX()
232 SecureRandom random) throws InvalidParameterException { in initialize()
254 public void initialize(DSAParams params, SecureRandom random) in initialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java63 private SecureRandom random; field in DSAKeyPairGenerator
87 public void initialize(int modlen, SecureRandom random) { in initialize()
101 public void initialize(AlgorithmParameterSpec params, SecureRandom random) in initialize()
110 void init(int modlen, SecureRandom random, boolean forceNew) { in init()
120 void init(DSAParameterSpec params, SecureRandom random, in init()
159 SecureRandom random) { in generateKeyPair()
189 private BigInteger generateX(SecureRandom random, BigInteger q) { in generateX()
232 SecureRandom random) throws InvalidParameterException { in initialize()
254 public void initialize(DSAParams params, SecureRandom random) in initialize()

12345678910>>...312