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
74f8c1ea
Commit
74f8c1ea
authored
Jun 24, 2024
by
Anthony Lai
Committed by
Copybara-Service
Jun 24, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment typo
PiperOrigin-RevId: 646105357 Change-Id: Ia76c1ce33faf811e988d36747f187c112ccb967e
parent
0d5c20a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
absl/random/discrete_distribution_test.cc
+1
-1
No files found.
absl/random/discrete_distribution_test.cc
View file @
74f8c1ea
...
@@ -200,7 +200,7 @@ TEST(DiscreteDistributionTest, ChiSquaredTest50) {
...
@@ -200,7 +200,7 @@ TEST(DiscreteDistributionTest, ChiSquaredTest50) {
}
}
TEST
(
DiscreteDistributionTest
,
StabilityTest
)
{
TEST
(
DiscreteDistributionTest
,
StabilityTest
)
{
// absl::discrete_distribution stabilit
i
y relies on
// absl::discrete_distribution stability relies on
// absl::uniform_int_distribution and absl::bernoulli_distribution.
// absl::uniform_int_distribution and absl::bernoulli_distribution.
absl
::
random_internal
::
sequence_urbg
urbg
(
absl
::
random_internal
::
sequence_urbg
urbg
(
{
0x0003eb76f6f7f755ull
,
0xFFCEA50FDB2F953Bull
,
0xC332DDEFBE6C5AA5ull
,
{
0x0003eb76f6f7f755ull
,
0xFFCEA50FDB2F953Bull
,
0xC332DDEFBE6C5AA5ull
,
...
...
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