Home
last modified time | relevance | path

Searched refs:randomBool (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/les/
H A Dles-fuzzer.go160 func (f *fuzzer) randomBool() bool { func
294 Reverse: f.randomBool(),
297 if f.randomBool() {
331 if f.randomBool() {
388 if f.randomBool() {
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/rooms/
H A Dcrete.cpp979 if (randomBool()) { in prepareRoom()
983 if (randomBool()) in prepareRoom()
985 if (randomBool()) in prepareRoom()
987 if (randomBool()) in prepareRoom()
989 if (randomBool()) in prepareRoom()
991 if (randomBool()) in prepareRoom()
993 if (randomBool()) in prepareRoom()
995 if (randomBool()) in prepareRoom()
1037 if (randomBool()) in prepareRoom()
1047 if (randomBool()) { in prepareRoom()
[all …]
/dports/games/opencity/opencity-0.0.6.5stable/src/mas/
H A Dagent.cpp153 unsigned char rotate = randomBool(); in doRandomMove()
175 unsigned char rotate = randomBool(); in doRandomMove()
H A Denvironment.h38 unsigned char randomBool();
H A Denvironment.cpp41 unsigned char randomBool() in randomBool() function
H A Dagentpolice.cpp211 unsigned char rotate = randomBool(); in FindBadGuy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/
H A Drandom_utils.cpp36 bool RNG::randomBool(float probTrue) in randomBool() function in angle::RNG
H A Drandom_utils.h33 bool randomBool(float probTrue = 0.5f);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/
H A Drandom_utils.cpp36 bool RNG::randomBool(float probTrue) in randomBool() function in angle::RNG
H A Drandom_utils.h33 bool randomBool(float probTrue = 0.5f);
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Dshared_channel_test.go42 Home: randomBool(),
81 func randomBool() bool { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/gles1/
H A DLightsTest.cpp231 const GLfloat lightModelTwoSide = rng.randomBool() ? 1.0f : 0.0f; in TEST_P()
259 rng.randomBool() ? rng.randomFloatBetween(0.0f, 90.0f) : 180.0f; in TEST_P()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/vflux/
H A Dclientpool-fuzzer.go132 func (f *fuzzer) randomBool() bool {
268 requested = f.randomBool()
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/tidwall/gjson/
H A Dgjson_test.go1246 func randomBool() string { func
1290 json += randomBool()