Home
last modified time | relevance | path

Searched defs:uniform (Results 1 – 9 of 9) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/FuzzMutate/
DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/
DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/
DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/
DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Drandom.py520 def uniform(self, a, b): member in Random
834 uniform = _inst.uniform variable
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Drandom.py520 def uniform(self, a, b): member in Random
834 uniform = _inst.uniform variable
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Drandom.py520 def uniform(self, a, b): member in Random
834 uniform = _inst.uniform variable
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Drandom.py520 def uniform(self, a, b): member in Random
834 uniform = _inst.uniform variable
/prebuilts/build-tools/common/py3-stdlib/
Drandom.py498 def uniform(self, a, b): member in Random
927 uniform = _inst.uniform variable