Home
last modified time | relevance | path

Searched defs:lcg (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/num-integer/benches/
Droots.rs51 fn lcg<T>(x: T) -> T in lcg() function
Daverage.rs22 fn lcg<T>(x: T) -> T in lcg() function
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/abseil-cpp/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/python/cpython3/Lib/test/
Dtest_hash.py15 def lcg(x, length=16): function
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1209 let mut lcg = LCG::new(); in table_of_mixed_scalars_fuzz() localVariable