Home
last modified time | relevance | path

Searched defs:random (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py277 def shuffle(self, x, random=None): argument
690 def random(self): member in WichmannHill
813 def random(self): member in SystemRandom
887 random = _inst.random variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py276 def shuffle(self, x, random=None, int=int): argument
688 def random(self): member in WichmannHill
811 def random(self): member in SystemRandom
885 random = _inst.random variable
/device/google/cuttlefish/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp150 std::uniform_int_distribution<int> random{0, 2}; in Worker() local