Home
last modified time | relevance | path

Searched defs:SEEDS (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rand_core/src/
Dlib.rs471 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/
Dstateless_random_ops_test.py84 SEEDS = ((7, 17), (11, 5), (2, 3)) variable