Searched defs:SEEDS (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/rand_core/src/ |
D | lib.rs | 471 const SEEDS: [u64; N] = [0u64, 1, 2, 3, 4, 8, 16, -1i64 as u64]; in test_seed_from_u64() constant
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | stateless_random_ops_test.py | 84 SEEDS = ((7, 17), (11, 5), (2, 3)) variable
|