Searched refs:random (Results 1 – 22 of 22) 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
6 import random11 if random.random() < 0.5:21 return random.choice([v.name for v in e.values])92 random.seed(os.getenv('LIBXL_TESTIDL_SEED'))264 iters = random.randrange(1,10)287 iters = random.randrange(1,10)
256 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
477 type = (random() % 10 < 5 ? IO_CMD_PREAD : IO_CMD_PWRITE); in randomize_iocbs()478 offset = ((random() % num_secs) << 9); in randomize_iocbs()480 if (random() % 10 < 4) { in randomize_iocbs()482 nbytes = (((random() % 7) + 1) << 9); in randomize_iocbs()484 segs = (random() % 10) + 1; in randomize_iocbs()491 sparse_mem = (random() % 10 < 2 ? 1 : 0); in randomize_iocbs()526 done = (random() % (num_iocbs - 1)) + 1; in simulate_io()534 ep->res = (random() % 10 < 8 ? io->u.c.nbytes : 0); in simulate_io()
61 #define XSLEEP usleep(random() & 0x7ffff)122 uniq = random() % 0xffffff; in NFSnormalizedStatTime()819 readonly = random() & 1; in random_locks()
240 if ((random() % 100) <= TD_FAULT_RATE) { in tapdisk_filter_iocbs()
27 * This module enables the HAVEGE random number generator.46 * This module is used by the HAVEGE random number generator.
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()
33 obj-y += random.o
55 Generate a random sequence of 6 byte, set the locally administered81 strategy. Otherwise in general you should prefer to generate a random
129 sometimes used as a random number or a unique sequence identifier,
1814 The VM generation ID is a 128-bit random number that a guest may use1827 Generate a random VM generation ID every time the domain is created or
506 t = random() % ARRAY_SIZE(tests); in main()
60 Version 0.6+ [random order]
60 checks for a file named "all{yes/mod/no/def/random}.config"
259 need generate a new random generation ID and write it to guest memory
140 some random integer loop counter, it should probably be called "i".
1057 41a21889A_fw4pRmCbBfZdtRunM5Eg tools/vnet/vnet-module/random.c1058 41a218899Xy2dPKSu3pkuqaqkfKMTA tools/vnet/vnet-module/random.h
Completed in 22 milliseconds