Home
last modified time | relevance | path

Searched defs:RNG (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/angle/util/
H A Drandom_utils.cpp20 RNG::RNG() in RNG() function in angle::RNG
27 RNG::RNG(unsigned int seed) : mGenerator(seed) {} in RNG() function in angle::RNG
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dutils.h102 using RNG = Arc4RandomGenerator; variable
104 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dutils.h102 using RNG = Arc4RandomGenerator; variable
104 using RNG = std::random_device; variable
/aosp_15_r20/art/libartbase/base/
H A Dutils.h106 using RNG = Arc4RandomGenerator; variable
108 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dutils.h102 using RNG = Arc4RandomGenerator; variable
104 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dutils.h102 using RNG = Arc4RandomGenerator; variable
104 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dutils.h106 using RNG = Arc4RandomGenerator; variable
108 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dutils.h109 using RNG = Arc4RandomGenerator; variable
111 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dutils.h109 using RNG = Arc4RandomGenerator; variable
111 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dutils.h109 using RNG = Arc4RandomGenerator; variable
111 using RNG = std::random_device; variable
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dutils.h113 using RNG = Arc4RandomGenerator; variable
115 using RNG = std::random_device; variable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSecureRandomUtils.java23 private static final SecureRandom RNG = new SecureRandom(); field in SecureRandomUtils
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/async_await/
Drandom.rs29 static RNG: Cell<Wrapping<u64>> = Cell::new(Wrapping(prng_seed())); in random() constant
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dutils.rs16 static RNG: Cell<Wrapping<u32>> = const { Cell::new(Wrapping(1_406_868_647)) }; in shuffle() constant
/aosp_15_r20/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/marshaller/ec2/
H A DV1ItemFactory.java33 private static final Random RNG = new Random(); field in V1ItemFactory
H A DV2ItemFactory.java31 private static final Random RNG = new Random(); field in V2ItemFactory
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithmTest.java35 private static final Random RNG = new Random(82674067L); field in QuantilesAlgorithmTest
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithmTest.java35 private static final Random RNG = new Random(82674067L); field in QuantilesAlgorithmTest
/aosp_15_r20/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/marshaller/dynamodb/
H A DAbstractItemFactory.java29 private static final Random RNG = new Random(); field in AbstractItemFactory
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DInstrProfWriter.h52 std::mt19937 RNG; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DInstrProfWriter.h52 std::mt19937 RNG; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DInstrProfWriter.h52 std::mt19937 RNG; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProfWriter.h52 std::mt19937 RNG; variable
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/
H A DIceELFSectionTest.cpp97 RandomNumberGeneratorWrapper RNG(R); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Drandom_op_test.cc61 #define BM_RNG(DEVICE, RNG) \ argument

123