Home
last modified time | relevance | path

Searched defs:RandomKey (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DRandomKey.java64 public abstract class RandomKey<T> extends AbstractListChromosome<Double> implements PermutationChr… class
81 public RandomKey(List<Double> representation) { in RandomKey() method in RandomKey
98 public RandomKey(Double[] representation) { in RandomKey() method in RandomKey
/external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/
DRandomKey.java56 public abstract class RandomKey<T> extends AbstractListChromosome<Double> class
72 public RandomKey(final List<Double> representation) throws InvalidRepresentationException { in RandomKey() method in RandomKey
94 public RandomKey(final Double[] representation) throws InvalidRepresentationException { in RandomKey() method in RandomKey
/external/leveldb/util/
Dtestutil.cc22 std::string RandomKey(Random* rnd, int len) { in RandomKey() function
/external/cronet/stable/crypto/
Dsymmetric_key.cc49 SymmetricKey SymmetricKey::RandomKey(size_t key_size_in_bits) { in RandomKey() function in crypto::SymmetricKey
/external/cronet/tot/crypto/
Dsymmetric_key.cc49 SymmetricKey SymmetricKey::RandomKey(size_t key_size_in_bits) { in RandomKey() function in crypto::SymmetricKey
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc51 static string RandomKey(random::SimplePhilox* rnd, int len) { in RandomKey() function
/external/leveldb/db/
Ddb_test.cc36 static std::string RandomKey(Random* rnd) { in RandomKey() function