Searched refs:random (Results 1 – 20 of 20) sorted by relevance
5 # seed used for random number generation: seed=13328.19 # A few attempts of pinning to just one random cpu24 # A few attempts of pinning to all but one random cpu29 # A few attempts of pinning to a random range of cpus34 # A few attempts of pinning to just one random node39 # A few attempts of pinning to all but one random node44 # A few attempts of pinning to a random range of nodes49 # A few attempts of pinning to a node but excluding one random cpu
8 import random13 if random.random() < 0.5:23 return random.choice([v.name for v in e.values])94 random.seed(os.getenv('LIBXL_TESTIDL_SEED'))266 iters = random.randrange(1,10)289 iters = random.randrange(1,10)
258 some random integer loop counter, it should probably be called "i".
55 for (runs = (random() % 100000) + 4096; runs > 0; runs--) { in main()56 size = random() % 4096; in main()63 exp = random() & 0xFF; in main()
17 buffer[i] = random() & 0xFF; in generate_random_buffer()90 for (runs = (random() % 100000) + 4096; runs > 0; runs--) { in main()92 size = random() % 4096; in main()
5 other that they use to exchange a random seed.7 Both programs then generate a series of random numbers and then writes and
27 * This module enables the HAVEGE random number generator.46 * This module is used by the HAVEGE random number generator.
30 /* random numbers */
18 import random89 suffix = ''.join(random.sample(string.ascii_letters, 6))155 suffix = ''.join(random.sample(string.ascii_letters, 6))
144 unsigned int random = lfsr_random(); in op_amd_randomize_ibs_op() local160 val += (s8)(random >> 4); in op_amd_randomize_ibs_op()162 val |= (u64)(random & IBS_RANDOM_MASK) << 32; in op_amd_randomize_ibs_op()
48 =item B<domid_policy="xen"|"random">54 If set to "random" then a random domain-id value will be chosen.
55 Generate a random sequence of 6 byte, set the locally administered81 strategy. Otherwise in general you should prefer to generate a random
131 sometimes used as a random number or a unique sequence identifier,
2088 The VM generation ID is a 128-bit random number that a guest may use2101 Generate a random VM generation ID every time the domain is created or
36 obj-y += random.o
507 t = random() % ARRAY_SIZE(tests); in main()
60 Version 0.6+ [random order]
140 some random integer loop counter, it should probably be called "i".
70 checks for a file named "all{yes/mod/no/def/random}.config"
266 need generate a new random generation ID and write it to guest memory
Completed in 31 milliseconds