Home
last modified time | relevance | path

Searched refs:Randomize (Results 1 – 25 of 2638) sorted by relevance

12345678910>>...106

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityImprover/Relaxation/
H A DRandomize.cpp46 Randomize::~Randomize() {} in ~Randomize()
48 std::string Randomize::get_name() const { return "Randomize"; } in get_name()
50 PatchSet* Randomize::get_patch_set() { return &patchSet; } in get_patch_set()
52 Randomize::Randomize() : mPercent(0.5), patchSet( 1, true ) in Randomize() function in Randomize
55 Randomize::Randomize(double percent) : mPercent(percent), patchSet( 1, true ) in Randomize() function in Randomize
58 void Randomize::initialize(PatchData &/*pd*/, MsqError &) in initialize()
61 void Randomize::initialize_mesh_iteration(PatchData &/*pd*/, MsqError &/*err*/) in initialize_mesh_iteration()
111 void Randomize::optimize_vertex_positions(PatchData &pd, in optimize_vertex_positions()
127 void Randomize::terminate_mesh_iteration(PatchData &/*pd*/, MsqError &/*err*/) in terminate_mesh_iteration()
132 void Randomize::cleanup() in cleanup()
H A DRandomize.hpp52 class Randomize : public VertexMover class
56 MESQUITE_EXPORT Randomize();
58 MESQUITE_EXPORT Randomize(double percent);
60 MESQUITE_EXPORT virtual ~Randomize();
/dports/misc/orange3/orange3-3.29.1/Orange/tests/
H A Dtest_randomize.py9 from Orange.preprocess import Randomize
20 randomizer = Randomize()
30 randomizer = Randomize(rand_type=Randomize.RandomizeClasses)
40 randomizer = Randomize(rand_type=Randomize.RandomizeAttributes)
50 randomizer = Randomize(rand_type=Randomize.RandomizeMetas)
60 rand_type = Randomize.RandomizeClasses | Randomize.RandomizeAttributes \
77 _ = Randomize(rand_type=Randomize.RandomizeClasses)(data)
78 _ = Randomize(rand_type=Randomize.RandomizeAttributes)(data)
79 _ = Randomize(rand_type=Randomize.RandomizeMetas)(data)
85 randomizer1 = Randomize(rand_seed=1)
[all …]
H A Dtest_base.py8 from Orange.preprocess import Discretize, Randomize, Continuize
23 preprocessors = (Randomize(),)
60 self.assertIsInstance(preprocessors[1], Randomize)
82 learner = DummyLearner(preprocessors=[Discretize(), Randomize()])
121 learner = DummySklLearner(preprocessors=[Continuize(), Randomize()])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/http2/
H A Dhttp2_structures_test_util.h28 void Randomize(Http2FrameHeader* out, Http2Random* rng);
29 void Randomize(Http2PriorityFields* out, Http2Random* rng);
30 void Randomize(Http2RstStreamFields* out, Http2Random* rng);
31 void Randomize(Http2SettingFields* out, Http2Random* rng);
32 void Randomize(Http2PushPromiseFields* out, Http2Random* rng);
33 void Randomize(Http2PingFields* out, Http2Random* rng);
34 void Randomize(Http2GoAwayFields* out, Http2Random* rng);
35 void Randomize(Http2WindowUpdateFields* out, Http2Random* rng);
36 void Randomize(Http2AltSvcFields* out, Http2Random* rng);
H A Dhttp2_structures_test_util.cc17 void Randomize(Http2FrameHeader* p, Http2Random* rng) { in Randomize() function
23 void Randomize(Http2PriorityFields* p, Http2Random* rng) { in Randomize() function
28 void Randomize(Http2RstStreamFields* p, Http2Random* rng) { in Randomize() function
31 void Randomize(Http2SettingFields* p, Http2Random* rng) { in Randomize() function
35 void Randomize(Http2PushPromiseFields* p, Http2Random* rng) { in Randomize() function
38 void Randomize(Http2PingFields* p, Http2Random* rng) { in Randomize() function
43 void Randomize(Http2GoAwayFields* p, Http2Random* rng) { in Randomize() function
47 void Randomize(Http2WindowUpdateFields* p, Http2Random* rng) { in Randomize() function
50 void Randomize(Http2AltSvcFields* p, Http2Random* rng) { in Randomize() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/
H A Dhttp2_structures_test_util.h28 void Randomize(Http2FrameHeader* out, Http2Random* rng);
29 void Randomize(Http2PriorityFields* out, Http2Random* rng);
30 void Randomize(Http2RstStreamFields* out, Http2Random* rng);
31 void Randomize(Http2SettingFields* out, Http2Random* rng);
32 void Randomize(Http2PushPromiseFields* out, Http2Random* rng);
33 void Randomize(Http2PingFields* out, Http2Random* rng);
34 void Randomize(Http2GoAwayFields* out, Http2Random* rng);
35 void Randomize(Http2WindowUpdateFields* out, Http2Random* rng);
36 void Randomize(Http2AltSvcFields* out, Http2Random* rng);
H A Dhttp2_structures_test_util.cc17 void Randomize(Http2FrameHeader* p, Http2Random* rng) { in Randomize() function
23 void Randomize(Http2PriorityFields* p, Http2Random* rng) { in Randomize() function
28 void Randomize(Http2RstStreamFields* p, Http2Random* rng) { in Randomize() function
31 void Randomize(Http2SettingFields* p, Http2Random* rng) { in Randomize() function
35 void Randomize(Http2PushPromiseFields* p, Http2Random* rng) { in Randomize() function
38 void Randomize(Http2PingFields* p, Http2Random* rng) { in Randomize() function
43 void Randomize(Http2GoAwayFields* p, Http2Random* rng) { in Randomize() function
47 void Randomize(Http2WindowUpdateFields* p, Http2Random* rng) { in Randomize() function
50 void Randomize(Http2AltSvcFields* p, Http2Random* rng) { in Randomize() function
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/godog/godog-0.9.0/
H A Dflags_test.go20 if opt.Randomize <= 0 {
32 if opt.Randomize != 123 {
33 t.Fatalf("expected random seed to be: 123, but it was: %d", opt.Randomize)
106 if opts.Randomize != 0 {
107 t.Fatalf("expected Randomize: 0, but it was: %d", opts.Randomize)
120 Randomize: int64(7),
146 if opts.Randomize != 7 {
147 t.Fatalf("expected Randomize: 7, but it was: %d", opts.Randomize)
160 Randomize: 11,
198 if opts.Randomize != 2 {
[all …]
/dports/math/mfem/mfem-4.3/tests/unit/linalg/
H A Dtest_matrix_block.cpp121 x.Randomize();
141 x.Randomize();
142 y.Randomize();
163 x.Randomize();
164 y.Randomize();
188 x.Randomize();
208 x.Randomize();
209 y.Randomize();
256 x.Randomize();
257 y.Randomize();
[all …]
H A Dtest_matrix_sparse.cpp50 X0.Randomize();
51 Y0.Randomize(1);
52 Y1.Randomize(1);
65 Y0.Randomize();
66 X0.Randomize(1);
67 X1.Randomize(1);
H A Dtest_matrix_hypre.cpp82 X0.Randomize();
83 Y0.Randomize(1);
84 Y1.Randomize(1);
99 Y0.Randomize();
100 X0.Randomize(1);
101 X1.Randomize(1);
/dports/math/gap/gap-4.11.0/tst/testinstall/MatrixObj/
H A DRandomize.tst1 gap> START_TEST("Randomize.tst");
6 gap> Randomize( v1 );
10 gap> Randomize( v1 );
16 gap> Randomize( v2 );
20 gap> Randomize( v2 );
24 gap> STOP_TEST( "Randomize.tst" );
/dports/misc/orange3/orange3-3.29.1/doc/visual-programming/source/widgets/data/
H A Drandomize.md1 Randomize chapter
14 The **Randomize** widget receives a dataset in the input and outputs the same dataset in which the …
16 ![](images/Randomize-Default.png)
27 The **Randomize** widget is usually placed right after (e.g. [File](../data/file.md) widget. The ba…
29 ![](images/Randomize-Example1.png)
33 ![](images/Randomize-Example2.png)
/dports/devel/kyra/grinliz/
H A Dglrandom.h53 U16 Rand() { return Randomize(); } in Rand()
57 U16 Rand( U16 upperBound ) { return Randomize() % upperBound; } in Rand()
81 double DRand( double upper ) { return upper * double( Randomize() ) / 65535.0; } in DRand()
84 float FRand( float upper ) { return upper * float( Randomize() ) / 65535.0f; } in FRand()
92 U16 Randomize();
/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-combined_random.adb38 procedure Randomize is subprogram
41 Universal.Randomize;
42 KISS_State.Randomize;
44 end Randomize;
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/
H A DVBMath.vb58 Randomize(Number)
63 Public Shared Sub Randomize()
67 Public Shared Sub Randomize(ByVal Number As Double)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/http2/decoder/
H A Dframe_decoder_state_test_util.cc18 void FrameDecoderStatePeer::Randomize(FrameDecoderState* p, Http2Random* rng) { in Randomize() function in http2::test::FrameDecoderStatePeer
20 ::http2::test::Randomize(&p->frame_header_, rng); in Randomize()
23 Http2StructureDecoderPeer::Randomize(&p->structure_decoder_, rng); in Randomize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/decoder/
H A Dframe_decoder_state_test_util.cc18 void FrameDecoderStatePeer::Randomize(FrameDecoderState* p, Http2Random* rng) { in Randomize() function in http2::test::FrameDecoderStatePeer
20 ::http2::test::Randomize(&p->frame_header_, rng); in Randomize()
23 Http2StructureDecoderPeer::Randomize(&p->structure_decoder_, rng); in Randomize()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_random.cpp81 rnd.Randomize(); in BOOST_AUTO_TEST_CASE()
103 rnd.Randomize(); in BOOST_AUTO_TEST_CASE()
184 rnd.Randomize(); in BOOST_AUTO_TEST_CASE()
222 rnd.Randomize(); in BOOST_AUTO_TEST_CASE()
268 lfg_rnd.Randomize(); in BOOST_AUTO_TEST_CASE()
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Dmixed.h43 void Randomize(void);
44 void Randomize(int p_denom);
213 void Randomize(void) { m_rep->Randomize(); } in Randomize() function
217 void Randomize(int p_denom) { m_rep->Randomize(p_denom); } in Randomize() function
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owpreprocess.py7 Randomize, Scale, Discretize, Continuize, Impute, ProjectPCA, \
24 {"rand_type": Randomize.RandomizeClasses,
30 r = Randomize(Randomize.RandomizeClasses, rand_seed=1)
236 widget = owpreprocess.Randomize()
238 self.assertIsInstance(p, Randomize)
239 self.assertEqual(p.rand_type, Randomize.RandomizeClasses)
241 widget.setParameters({"rand_type": Randomize.RandomizeAttributes})
243 self.assertIsInstance(p, Randomize)
244 self.assertEqual(p.rand_type, Randomize.RandomizeAttributes)
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dxtr.cpp39 (void)q.Randomize(rng, minQ, maxQ, Integer::PRIME, 7, 12); in XTR_FindPrimesAndGenerator()
45 if(!p.Randomize(rng, minP, maxP, Integer::PRIME, CRT(rng.GenerateBit() ? in XTR_FindPrimesAndGenerator()
57 g.c1.Randomize(rng, Integer::Zero(), p-1); in XTR_FindPrimesAndGenerator()
58 g.c2.Randomize(rng, Integer::Zero(), p-1); in XTR_FindPrimesAndGenerator()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dxtr.cpp32 bool qFound = q.Randomize(rng, minQ, maxQ, Integer::PRIME, 7, 12); in XTR_FindPrimesAndGenerator()
36 …} while (!p.Randomize(rng, minP, maxP, Integer::PRIME, CRT(rng.GenerateBit()?r1:r2, q, 2, 3, Eucli… in XTR_FindPrimesAndGenerator()
44 g.c1.Randomize(rng, Integer::Zero(), p-1); in XTR_FindPrimesAndGenerator()
45 g.c2.Randomize(rng, Integer::Zero(), p-1); in XTR_FindPrimesAndGenerator()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dxtr.cpp39 (void)q.Randomize(rng, minQ, maxQ, Integer::PRIME, 7, 12); in XTR_FindPrimesAndGenerator()
45 if(!p.Randomize(rng, minP, maxP, Integer::PRIME, CRT(rng.GenerateBit() ? in XTR_FindPrimesAndGenerator()
57 g.c1.Randomize(rng, Integer::Zero(), p-1); in XTR_FindPrimesAndGenerator()
58 g.c2.Randomize(rng, Integer::Zero(), p-1); in XTR_FindPrimesAndGenerator()

12345678910>>...106