Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
9d8588bf
Commit
9d8588bf
authored
Feb 01, 2024
by
Abseil Team
Committed by
Copybara-Service
Feb 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No public description
PiperOrigin-RevId: 603576688 Change-Id: I5e7868de7016d76fb7a44fea93be72ab90f239d3
parent
971eada3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
absl/random/BUILD.bazel
+1
-0
absl/random/CMakeLists.txt
+2
-0
absl/random/seed_sequences.h
+2
-0
No files found.
absl/random/BUILD.bazel
View file @
9d8588bf
...
...
@@ -108,6 +108,7 @@ cc_library(
deps = [
":seed_gen_exception",
"//absl/base:config",
"//absl/base:nullability",
"//absl/random/internal:pool_urbg",
"//absl/random/internal:salted_seed_seq",
"//absl/random/internal:seed_material",
...
...
absl/random/CMakeLists.txt
View file @
9d8588bf
...
...
@@ -225,11 +225,13 @@ absl_cc_library(
DEPS
absl::config
absl::inlined_vector
absl::nullability
absl::random_internal_pool_urbg
absl::random_internal_salted_seed_seq
absl::random_internal_seed_material
absl::random_seed_gen_exception
absl::span
absl::strings
)
absl_cc_test
(
...
...
absl/random/seed_sequences.h
View file @
9d8588bf
...
...
@@ -29,9 +29,11 @@
#include <random>
#include "absl/base/config.h"
#include "absl/base/nullability.h"
#include "absl/random/internal/salted_seed_seq.h"
#include "absl/random/internal/seed_material.h"
#include "absl/random/seed_gen_exception.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
namespace
absl
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment