Home
last modified time | relevance | path

Searched defs:random_value (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/blas/test/
H A Drandom.hpp15 T random_value() { in random_value() function
21 float random_value<float>() {return float(std::rand()) / float(RAND_MAX) - 0.5;} in random_value() function
24 double random_value<double>() {return double(std::rand()) / double(RAND_MAX) - 0.5;} in random_value() function
27 std::complex<float> random_value< std::complex<float> >() {return std::complex<float>(random_value<… in random_value() function
30 std::complex<double> random_value< std::complex<double> >() {return std::complex<double>(random_val… in random_value() function
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/core/
H A Dtest_fixture.hpp60 struct random_value struct
63 static constexpr auto range_min = std::numeric_limits<T>::min();
64 static constexpr auto range_max = std::numeric_limits<T>::max();
66 random_value() : rng_(rd_()), uid_(range_min, range_max) {} in random_value() argument
68 T operator()() in operator ()()
75 std::random_device rd_;
76 std::mt19937 rng_;
77 std::uniform_int_distribution<typename gil::promote_integral<T>::type> uid_;
/dports/science/siconos/siconos-4.4.0/externals/boost_contribs/
H A Drandom.hpp19 T random_value() { in random_value() function
25 float random_value<float>() {return float(std::rand()) / float(RAND_MAX) - 0.5f;} in random_value() function
28 double random_value<double>() {return double(std::rand()) / double(RAND_MAX) - 0.5;} in random_value() function
31 …std::complex<float> random_value< std::complex<float> >() {return std::complex<float>(random_value… in random_value() function
34 …std::complex<double> random_value< std::complex<double> >() {return std::complex<double>(random_va… in random_value() function
/dports/devel/boost-docs/boost_1_72_0/libs/gil/test/core/image/
H A Dtest_fixture.hpp73 struct random_value struct
76 static constexpr auto range_min = std::numeric_limits<T>::min();
77 static constexpr auto range_max = std::numeric_limits<T>::max();
79 random_value() : rng_(rd_()), uid_(range_min, range_max) {} in random_value() function
81 T operator()() in operator ()()
88 std::random_device rd_;
89 std::mt19937 rng_;
90 std::uniform_int_distribution<typename gil::promote_integral<T>::type> uid_;
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/test/core/image/
H A Dtest_fixture.hpp73 struct random_value struct
76 static constexpr auto range_min = std::numeric_limits<T>::min();
77 static constexpr auto range_max = std::numeric_limits<T>::max();
79 random_value() : rng_(rd_()), uid_(range_min, range_max) {} in random_value() argument
81 T operator()() in operator ()()
88 std::random_device rd_;
89 std::mt19937 rng_;
90 std::uniform_int_distribution<typename gil::promote_integral<T>::type> uid_;
/dports/devel/boost-libs/boost_1_72_0/libs/gil/test/core/image/
H A Dtest_fixture.hpp73 struct random_value struct
76 static constexpr auto range_min = std::numeric_limits<T>::min();
77 static constexpr auto range_max = std::numeric_limits<T>::max();
79 random_value() : rng_(rd_()), uid_(range_min, range_max) {} in random_value() argument
81 T operator()() in operator ()()
88 std::random_device rd_;
89 std::mt19937 rng_;
90 std::uniform_int_distribution<typename gil::promote_integral<T>::type> uid_;
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/unittests/
H A Dcommon.hpp78 random_value(std::mt19937 & gen) in random_value() function
83 random_value(std::mt19937 & gen) in random_value() function
88 random_value(std::mt19937 & gen) in random_value() function
93 random_value(std::mt19937 & gen) in random_value() function
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/unittests/
H A Dcommon.hpp89 random_value(std::mt19937 & gen) in random_value() function
94 random_value(std::mt19937 & gen) in random_value() function
99 random_value(std::mt19937 & gen) in random_value() function
104 random_value(std::mt19937 & gen) in random_value() function
/dports/math/e-antic/cereal-51cbda5/unittests/
H A Dcommon.hpp89 random_value(std::mt19937 & gen) in random_value() function
94 random_value(std::mt19937 & gen) in random_value() function
99 random_value(std::mt19937 & gen) in random_value() function
104 random_value(std::mt19937 & gen) in random_value() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dsandbox_rand.cc18 bool GetRandom(unsigned int* random_value) { in GetRandom()
/dports/misc/openmvg/openMVG-2.0/src/dependencies/cereal/unittests/
H A Dcommon.hpp104 random_value(std::mt19937 & gen) in random_value() function
109 random_value(std::mt19937 & gen) in random_value() function
114 random_value(std::mt19937 & gen) in random_value() function
119 random_value(std::mt19937 & gen) in random_value() function
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/unittests/
H A Dcommon.hpp104 random_value(std::mt19937 & gen) in random_value() function
109 random_value(std::mt19937 & gen) in random_value() function
114 random_value(std::mt19937 & gen) in random_value() function
119 random_value(std::mt19937 & gen) in random_value() function
/dports/devel/cereal/cereal-1.3.0-10-g64f50dbd/unittests/
H A Dcommon.hpp104 random_value(std::mt19937 & gen) in random_value() function
109 random_value(std::mt19937 & gen) in random_value() function
114 random_value(std::mt19937 & gen) in random_value() function
119 random_value(std::mt19937 & gen) in random_value() function
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/cvars/mtwist/
H A Dmtcctest.cc1112 unsigned long random_value = rng.lrand(); in main() local
1128 unsigned long random_value = 0; in main() local
H A Drandistrs.c332 double random_value; /* Random sample on [0,1) */ in rds_exponential() local
347 double random_value; /* Random sample on [0,1) */ in rds_lexponential() local
364 double random_value; /* Value generated so far */ in rds_erlang() local
387 double random_value; /* Value generated so far */ in rds_lerlang() local
409 double random_value; /* Random sample on [0,1) */ in rds_weibull() local
425 double random_value; /* Random sample on [0,1) */ in rds_lweibull() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/proto/
H A Dlegacy_proto_bridge_unittest.cc23 AutofillRandomizedValue random_value; in GetFieldMetadata() local
33 AutofillRandomizedValue random_value; in GetformMetadata() local
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/galera/t/
H A Dgalera_wan.cnf1 !include ../galera_4nodes.cnf
2
3 [mysqld.1]
4 wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=10M;gmcast.segment=1'
5
6 [mysqld.2]
7 wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=10M;gmcast.segment=1'
8
9 [mysqld.3]
10 wsrep_provider_options='base_port=@mysqld.3.#galera_port;gcache.size=10M;gmcast.segment=2'
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/cpp/examples/subscription/
H A Dpublisher.cpp38 yami::value_publisher random_value; in main() local

12345678