Home
last modified time | relevance | path

Searched refs:RandomSeed (Results 1 – 25 of 1243) sorted by relevance

12345678910>>...50

/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/types/src/
H A Doskar_RandomSeed.cpp30 RandomSeed::RandomSeed() in RandomSeed() function in oskar::RandomSeed
36 RandomSeed::~RandomSeed() in ~RandomSeed()
41 bool RandomSeed::init(const char* /*s*/) in init()
50 bool RandomSeed::set_default(const char* s) in set_default()
58 bool RandomSeed::set_value(const char* s) in set_value()
65 bool RandomSeed::is_default() const { return value_ == default_; } in is_default()
67 int RandomSeed::value() const in value()
72 int RandomSeed::default_value() const in default_value()
77 bool RandomSeed::operator==(const RandomSeed& other) const in operator ==()
82 bool RandomSeed::operator>(const RandomSeed& other) const in operator >()
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DRandomGenerators.h32 class RandomSeed {
37 RandomSeed(perl::Value);
49 explicit RandomState(const RandomSeed& seed=RandomSeed())
86 void reset(const RandomSeed& seed=RandomSeed())
153 explicit UniformlyRandom(const RandomSeed& seed=RandomSeed())
167 explicit UniformlyRandomRanged(long max_arg, const RandomSeed& seed=RandomSeed())
281 explicit UniformlyRandom(Int max_arg, const RandomSeed& seed = RandomSeed())
301 explicit UniformlyRandom(const RandomSeed& seed=RandomSeed())
324 explicit UniformlyRandom(const RandomSeed& seed=RandomSeed())
350 explicit UniformlyRandomRanged(double max_arg, const RandomSeed& seed=RandomSeed())
[all …]
H A DRandomSubset.h126 RandomSubset(BaseArg&& base_arg, long k_arg, SeedArg&& seed=RandomSeed())
140 : RandomSubset(std::forward<BaseArg>(base_arg), k_arg, RandomSeed()) {}
241 explicit RandomPermutation(const sequence& base_arg, const RandomSeed& seed=RandomSeed())
247 explicit RandomPermutation(Int n, const RandomSeed& seed=RandomSeed())
293 : RandomPermutation(std::forward<BaseArg>(base_arg), RandomSeed()) {}
307 auto select_random_subset(Container&& c, Int k, const RandomSeed& seed=RandomSeed())
319 auto random_permutation(Container&& c, const RandomSeed& seed=RandomSeed())
332 random_permutation(Int n, const RandomSeed& seed = RandomSeed())
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/security/vault/vault-1.8.2/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go18 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
25 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
32 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
39 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
47 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
61 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
62 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
63 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
64 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
65 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go20 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
27 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
34 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
41 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
49 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
63 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
64 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
65 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
66 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
67 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go20 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
27 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
34 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
41 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
49 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
63 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
64 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
65 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
66 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
67 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/Masterminds/goutils/
H A Drandomstringutils_test.go20 if x, _ := RandomSeed(5, 0, 0, true, true, nil, random); x != out {
27 if x, _ := RandomSeed(5, 0, 0, true, false, nil, random); x != out {
34 if x, _ := RandomSeed(5, 0, 0, false, true, nil, random); x != out {
41 if x, _ := RandomSeed(5, 32, 127, false, false, nil, random); x != out {
49 if x, _ := RandomSeed(5, 0, 0, false, false, chars, random); x != out {
63 …rand1, _ := RandomSeed(5, 0, 0, true, true, nil, random) // RandomAlphaNumeric (Alphabets and…
64 rand2, _ := RandomSeed(5, 0, 0, true, false, nil, random) // RandomAlphabetic (Only alphabets)
65 rand3, _ := RandomSeed(5, 0, 0, false, true, nil, random) // RandomNumeric (Only numbers)
66 …rand4, _ := RandomSeed(5, 32, 127, false, false, nil, random) // RandomAscii (Alphabets, numbers, …
67 rand5, _ := RandomSeed(5, 0, 0, true, true, chars, random) // RandomSeed with custom characters
/dports/net/cjdns/cjdns-cjdns-v21.1/crypto/random/seed/
H A DRandomSeed.h25 struct RandomSeed;
27 typedef struct RandomSeed* (* RandomSeed_Provider)(struct Allocator* alloc);
28 typedef int (* RandomSeed_Get)(struct RandomSeed* context, uint64_t buff[8]);
30 struct RandomSeed struct
45 struct RandomSeed* RandomSeed_new(RandomSeed_Provider* providers, argument
50 int RandomSeed_get(struct RandomSeed* rs, uint64_t buffer[8]);
H A DRandomSeed.c24 struct RandomSeed pub;
25 struct RandomSeed** rsList;
39 static int get(struct RandomSeed* rs, uint64_t buffer[8]) in get()
72 int RandomSeed_get(struct RandomSeed* rs, uint64_t buffer[8]) in RandomSeed_get()
77 struct RandomSeed* RandomSeed_new(RandomSeed_Provider* providers, in RandomSeed_new()
82 struct RandomSeed** rsList = Allocator_calloc(alloc, sizeof(struct RandomSeed), providerCount); in RandomSeed_new()
85 struct RandomSeed* rs = providers[j](alloc); in RandomSeed_new()
H A DRtlGenRandomSeed.c22 static int get(struct RandomSeed* rand, uint64_t buff[8]) in get()
32 struct RandomSeed* RtlGenRandomSeed_new(struct Allocator* alloc) in RtlGenRandomSeed_new()
34 return Allocator_clone(alloc, (&(struct RandomSeed) { in RtlGenRandomSeed_new()
/dports/math/timbl/timbl-6.6/src/
H A DTRIBLExperiments.cxx54 srand( RandomSeed() ); in InitInstanceBase()
60 (RandomSeed()>=0), in InitInstanceBase()
65 srand( RandomSeed() ); in InitInstanceBase()
71 (RandomSeed()>=0), in InitInstanceBase()
146 Res = ResultDist->BestTarget( Tie, (RandomSeed() >= 0) ); in LocalClassify()
242 Res = ResultDist1->BestTarget( Tie, (RandomSeed() >= 0) ); in LocalClassify()
271 Res = TrResultDist->BestTarget( Tie, (RandomSeed() >= 0) ); in LocalClassify()
334 srand( RandomSeed() ); in GetInstanceBase()
337 (RandomSeed()>=0), in GetInstanceBase()
385 srand( RandomSeed() ); in GetInstanceBase()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/types/
H A Doskar_RandomSeed.h41 class RandomSeed : public AbstractSettingsType
44 OSKAR_SETTINGS_EXPORT RandomSeed();
45 OSKAR_SETTINGS_EXPORT virtual ~RandomSeed();
55 OSKAR_SETTINGS_EXPORT bool operator==(const RandomSeed& other) const;
56 OSKAR_SETTINGS_EXPORT bool operator>(const RandomSeed& other) const;
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/perf/
H A Dload.go45 RandomSeed int64 `json:"randomSeed,omitempty"` member
51 RandomSeed int64 `json:"randomSeed,omitempty"` member
60 RandomSeed: l.RandomSeed,
86 l.RandomSeed = tmp.RandomSeed
137 seed := l.RandomSeed
/dports/math/vtk6/VTK-6.2.0/Common/ComputationalGeometry/
H A DvtkParametricRandomHills.h97 vtkSetMacro(RandomSeed,int);
98 vtkGetMacro(RandomSeed,int);
175 int RandomSeed; variable
198 void InitRNG ( int RandomSeed );
H A DvtkParametricRandomHills.cxx31 , RandomSeed(1) in vtkParametricRandomHills()
64 this->randomSequenceGenerator->SetSeed(this->RandomSeed); in vtkParametricRandomHills()
143 InitRNG(this->RandomSeed); in MakeTheHillData()
218 if (this->previousRandomSeed != this->RandomSeed) in ParametersChanged()
253 this->previousRandomSeed = this->RandomSeed; in CopyParameters()
284 this->RandomSeed << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Common/ComputationalGeometry/
H A DvtkParametricRandomHills.h117 vtkSetMacro(RandomSeed, int);
118 vtkGetMacro(RandomSeed, int);
201 int RandomSeed; variable
225 void InitRNG(int RandomSeed);
H A DvtkParametricRandomHills.cxx31 , RandomSeed(1) in vtkParametricRandomHills()
64 this->randomSequenceGenerator->SetSeed(this->RandomSeed); in vtkParametricRandomHills()
143 InitRNG(this->RandomSeed); in MakeTheHillData()
215 if (this->previousRandomSeed != this->RandomSeed) in ParametersChanged()
250 this->previousRandomSeed = this->RandomSeed; in CopyParameters()
271 os << indent << "Random number generator seed: " << this->RandomSeed << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Common/ComputationalGeometry/
H A DvtkParametricRandomHills.h118 vtkSetMacro(RandomSeed, int);
119 vtkGetMacro(RandomSeed, int);
203 int RandomSeed; variable
227 void InitRNG(int RandomSeed);
H A DvtkParametricRandomHills.cxx31 , RandomSeed(1) in vtkParametricRandomHills()
64 this->randomSequenceGenerator->SetSeed(this->RandomSeed); in vtkParametricRandomHills()
147 InitRNG(this->RandomSeed); in MakeTheHillData()
222 if (this->previousRandomSeed != this->RandomSeed) in ParametersChanged()
257 this->previousRandomSeed = this->RandomSeed; in CopyParameters()
283 this->RandomSeed << "\n"; in PrintSelf()

12345678910>>...50