Searched refs:kMinSeedBytes (Results 1 – 2 of 2) sorted by relevance
26 if (seed_bytes < kMinSeedBytes) { in CheckSeed()28 << ". At least " << RngSupport::kMinSeedBytes in CheckSeed()43 const int RngSupport::kMinSeedBytes; member in stream_executor::rng::RngSupport
43 static constexpr int kMinSeedBytes = 16;