Searched defs:random (Results 1 - 13 of 13) sorted by relevance

/ec/ECQuiz/Products/ECQuiz/
H A Dwikitool.py26 from random import random namespace
H A DECQGroup.py23 import random namespace
H A DECQAbstractGroup.py23 import random namespace
165 'in this container to appear in a different, random '
281 # use random order
287 questions = random.sample(allQuestions, sampleSz)
/ec/ECSpooler/lib/util/
H A Dutils.py14 import random namespace
106 r = long(random.random() * 100000000000000000L)
111 a = random.random() * 100000000000000000L
H A Duuid.py9 the computer's network address. uuid4() creates a random UUID.
23 # make a random UUID
362 # random UUID and UuidCreateSequential gives a UUID containing the
384 """Get a random node ID, with eighth bit set as suggested by RFC 4122."""
385 import random namespace
386 return random.randrange(0, 1<<48L) | 0x010000000000L
393 all attempts to obtain the hardware address fail, we choose a random
418 otherwise a random 14-bit sequence number is chosen."""
432 import random namespace
433 clock_seq = random
463 import random namespace
[all...]
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQRatingQuestion.py23 import random namespace
H A DECQBaseQuestion.py23 import random namespace
H A DECQMCQuestion.py23 import random namespace
H A DECQScaleQuestion.py23 import random namespace
H A DECQSelectionQuestion.py23 import random namespace
81 'to this question to appear in a different, random '
118 # use random order
126 numCorrect = random.randint(1, maxNumCorrect)
129 rndCorrectAnswers = random.sample(correctAnswers, numCorrect)
134 rndOtherAnswers = random.sample(otherAnswers, numOther)
140 suggestedAnswers = random.sample(suggestedAnswers,
/ec/ECSpooler/lib/
H A DService.py9 import random namespace
42 hashlib.md5(repr(random.Random().random())).hexdigest()
/ec/ECSpooler/backends/cl/
H A DCl.py8 import random namespace
232 random.seed(self)
235 random.shuffle(l)
/ec/ECSpooler/backends/sql/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 38 milliseconds