HomeSort by relevance Sort by last modified time
    Searched refs:randrange (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_set.py 9 from random import randrange, shuffle namespace
613 seq = [randrange(n) for i in xrange(n)]
    [all...]
regrtest.py 271 random_seed = random.randrange(10000000)
    [all...]
test_deque.py 233 j = random.randrange(-len(d), len(d))
test_float.py     [all...]
test_itertools.py 686 args = [random.choice(argtypes) for j in range(random.randrange(5))]
    [all...]
test_multiprocessing.py     [all...]
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 271 random_seed = random.randrange(10000000)
    [all...]
test_deque.py 233 j = random.randrange(-len(d), len(d))
test_float.py     [all...]
test_itertools.py 686 args = [random.choice(argtypes) for j in range(random.randrange(5))]
    [all...]
test_multiprocessing.py     [all...]
test_datetime.py     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 399 dig = _md5("%s:%s" % (time.ctime(), ["0123456789"[random.randrange(0, 9)] for i in range(20)])).hexdigest()
    [all...]

Completed in 2140 milliseconds

1 23