Home
last modified time | relevance | path

Searched refs:_rand (Results 1 – 25 of 442) sorted by path

12345678910>>...18

/dports/astro/siril/siril/src/algos/
H A Dbackground_extraction.c303 static unsigned int _rand(guint64 *const p_rng) { in _rand() function
320 image[y * width + x] += (_rand(&seed) % 1048576) * 0.000000000095367431640625f; in convert_fits_to_img()
330 image[y * width + x] += (_rand(&seed) % 1048576) * 0.000000000095367431640625f; in convert_fits_to_img()
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/spf13/afero/sftpfs/
H A Dsftp_test_go26 _rand "crypto/rand"
217 privateKey, err := rsa.GenerateKey(_rand.Reader, bits)
/dports/audio/visp-go/visp-2585747/vendor/github.com/spf13/afero/sftpfs/
H A Dsftp_test_go26 _rand "crypto/rand"
217 privateKey, err := rsa.GenerateKey(_rand.Reader, bits)
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcCPUTestInfo.h97 void UseRandomInputs(bool _rand=true) { use_random_inputs = _rand; use_manual_inputs = false; }
/dports/biology/bowtie/bowtie-1.3.1/
H A Debwt_search_backtrack.h139 _rand.init(r.seed); in setQuery()
788 uint32_t r = _rand.nextU32() % posSz;
1538 TIndexOffU r = top + (_rand.nextU<TIndexOffU>() % spread); in reportFullAlignment()
1766 RandomSource _rand; variable
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dsampling.h220 _rand = boost::numeric::ublas::zero_vector<ValueType>(mean.size()); in multinormal_generator()
232 _rand(i) = 0.0; in next_rand()
241 _rand(i) += _cholesky(i,j) * temp(j); in next_rand()
245 _rand = _rand + _mean; in next_rand()
248 return _rand; in next_rand()
254 _rand = boost::numeric::ublas::zero_vector<ValueType>(mean.size()); in set_parameters()
260 boost::numeric::ublas::vector<ValueType> _rand;
/dports/biology/phyml/phyml-3.3.20200621/doc/
H A Dphyml-manual.tex652 \item \x{--n\_rand\_starts num} \index{command-line options!\x{--n\_rand\_starts}}\\
1097 \x{seq\_phyml\_rand\_trees.txt} & ML trees -- multiple random starts\\
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dexamples.tex161 \DoxyCodeLine{ \mbox{\hyperlink{group__utils_ga0ad1f40ea316e5c5918695c35613027a}{vrna\_init\_rand}…
210 \DoxyCodeLine{ \mbox{\hyperlink{group__utils_ga0ad1f40ea316e5c5918695c35613027a}{vrna\_init\_rand}…
279 \DoxyCodeLine{ \mbox{\hyperlink{group__utils_ga0ad1f40ea316e5c5918695c35613027a}{vrna\_init\_rand}…
327 \DoxyCodeLine{ \mbox{\hyperlink{group__utils_ga0ad1f40ea316e5c5918695c35613027a}{vrna\_init\_rand}…
H A Dgetting_started.tex391 \DoxyCodeLine{ \mbox{\hyperlink{group__utils_ga0ad1f40ea316e5c5918695c35613027a}{vrna\_init\_rand}…
H A Dutils_2basic_8h.tex236 \index{basic.h@{basic.h}!init\_rand@{init\_rand}}
237 \index{init\_rand@{init\_rand}!basic.h@{basic.h}}
238 \doxysubsubsection{\texorpdfstring{init\_rand()}{init\_rand()}}
H A Dutils_2basic_8h_source.tex87 …ox{\hyperlink{group__utils_ga0ad1f40ea316e5c5918695c35613027a}{vrna\_init\_rand}}(\textcolor{keywo…
183 …be6f803f496d9b97375c371f3}{init\_rand}}(\textcolor{keywordtype}{void}), \textcolor{stringliteral}{…
/dports/cad/opencascade/opencascade-7.6.0/tests/v3d/point_cloud/
H A Dsphere25 vdump $::imagedir/${::casename}_rand.png
/dports/comms/atslog/atslog-2.1.1/data/sql/
H A Dinstall-sql.pl166 my $_rand;
181 $_rand = int(rand 41);
182 $password .= $chars[$_rand];
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/docs/usrp3/sim/
H A Dlibs_axi.md53 #### push\_rand\_pkt
149 #### push\_rand\_pkt
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A DMANIFEST122 xt/900_rand.t
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/spf13/afero/sftpfs/
H A Dsftp_test_go26 _rand "crypto/rand"
217 privateKey, err := rsa.GenerateKey(_rand.Reader, bits)
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc1425 Random64 _rand(seed); in OptimisticTransactionStressTestInserter() local
1431 RandomTransactionInserter inserter(&_rand, write_options, read_options, in OptimisticTransactionStressTestInserter()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc1425 Random64 _rand(seed); in OptimisticTransactionStressTestInserter() local
1431 RandomTransactionInserter inserter(&_rand, write_options, read_options, in OptimisticTransactionStressTestInserter()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc1425 Random64 _rand(seed); in OptimisticTransactionStressTestInserter() local
1431 RandomTransactionInserter inserter(&_rand, write_options, read_options, in OptimisticTransactionStressTestInserter()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc1425 Random64 _rand(seed); in OptimisticTransactionStressTestInserter() local
1431 RandomTransactionInserter inserter(&_rand, write_options, read_options, in OptimisticTransactionStressTestInserter()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc1425 Random64 _rand(seed); in OptimisticTransactionStressTestInserter() local
1431 RandomTransactionInserter inserter(&_rand, write_options, read_options, in OptimisticTransactionStressTestInserter()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc1425 Random64 _rand(seed); in OptimisticTransactionStressTestInserter() local
1431 RandomTransactionInserter inserter(&_rand, write_options, read_options, in OptimisticTransactionStressTestInserter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/kv/
H A Dkv_catalog.cpp270 _rand(_newRand()) {} in KVCatalog()
283 if (StringData(it->first).endsWith(_rand)) in _hasEntryCollidingWithRand()
305 buf << _next.fetchAndAdd(1) << '-' << _rand; in _newUniqueIdent()
339 _rand = _newRand(); in init()
H A Dkv_catalog.h126 std::string _rand; // effectively const after init() returns variable
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/tools/
H A DhugoLoad.cpp33 int _rand = 0; in main() local
44 { "rnd-rows", 0, arg_flag, &_rand, "Rand number of records", "recs" }, in main()
98 int rows = (_rand ? rand() % _records : _records); in main()

12345678910>>...18