Searched defs:seed (Results 1 - 25 of 240) sorted by relevance

12345678910

/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerRandom.h20 Random(unsigned int seed) : R(seed) {} argument
/prebuilts/misc/windows/sdl2/test/
H A Dtestsprite2.c239 Uint64 seed; local
330 /* Deterministic seed - used for visual tests */
331 seed = (Uint64)iterations;
333 /* Pseudo-random seed generated from the time */
334 seed = (Uint64)time(NULL);
336 SDLTest_FuzzerInit(seed);
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Drandom.py51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
781 This is obsolete, provided for compatibility with the seed routin
880 seed = _inst.seed variable
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Drandom.py51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
781 This is obsolete, provided for compatibility with the seed routin
880 seed = _inst.seed variable
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drandom.py51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
781 This is obsolete, provided for compatibility with the seed routin
880 seed = _inst.seed variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drandom.py51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
781 This is obsolete, provided for compatibility with the seed routin
880 seed = _inst.seed variable
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generato
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dthrow_allocator.h384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dthrow_allocator.h384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dthrow_allocator.h384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dthrow_allocator.h384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dthrow_allocator.h540 seed(unsigned long __s) function in struct:random_condition
541 { engine().seed(__s); }
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dthrow_allocator.h540 seed(unsigned long __s) function in struct:random_condition
541 { engine().seed(__s); }
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dthrow_allocator.h540 seed(unsigned long __s) function in struct:random_condition
541 { engine().seed(__s); }
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dthrow_allocator.h540 seed(unsigned long __s) function in struct:random_condition
541 { engine().seed(__s); }
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
H A Dtycho-p2-director-plugin-0.20.0.jar ... .tycho.core.resolver.shared.DependencySeed seed java.util.Iterator i$ org.eclipse ...
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h669 explicit Random(UInt32 seed) : state_(seed) {} argument
671 void Reseed(UInt32 seed) { state_ = seed; } argument
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h669 explicit Random(UInt32 seed) : state_(seed) {} argument
671 void Reseed(UInt32 seed) { state_ = seed; } argument

Completed in 930 milliseconds

12345678910