OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randomlist
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py
17
def
randomlist
(self, n):
member in class:TestBasicOps
33
randseq = self.
randomlist
(N)
35
self.assertEqual(randseq, self.
randomlist
(N))
350
actual = self.
randomlist
(2000)[-10:]
372
actual = self.
randomlist
(2000)[-10:]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py
17
def
randomlist
(self, n):
member in class:TestBasicOps
33
randseq = self.
randomlist
(N)
35
self.assertEqual(randseq, self.
randomlist
(N))
350
actual = self.
randomlist
(2000)[-10:]
372
actual = self.
randomlist
(2000)[-10:]
/developers/samples/android/common/src/java/com/example/android/common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
Completed in 55 milliseconds