aboutsummaryrefslogtreecommitdiff
path: root/absl/random
Commit message (Expand)AuthorAgeFilesLines
* Remove cyclic cmake dependency that breaks in cmake 3.30.0Mike Kruskal2024-07-101-2/+2
* Fix comment typoAnthony Lai2024-06-241-1/+1
* Turn on validation for out of bounds MockUniform in MockingBitGenJustin Bassett2024-06-132-8/+8
* Fix implicit conversion of temporary bitgen to BitGenRefAbseil Team2024-06-101-7/+8
* Workaround bogus GCC14 -Wmaybe-uninitialized warningDerek Mauro2024-05-241-8/+8
* Forbid absl::Uniform<absl::int128>(gen)Justin Bassett2024-05-244-16/+64
* Support int128/uint128 in validated MockingBitGenJustin Bassett2024-05-214-5/+16
* Add (unused) validation to absl::MockingBitGenJustin Bassett2024-05-2010-144/+553
* [random] LogUniform: Document as a discrete distributionAbseil Team2024-05-021-2/+2
* Fix the wrong link.Abseil Team2024-03-271-1/+1
* Remove redundant semicolons introduced by macrosAbseil Team2024-03-151-2/+2
* Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForInco...Evan Brown2024-03-121-5/+12
* Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRefDerek Mauro2024-02-281-2/+3
* Roll forward 9d8588bfc4566531c4053b5001e2952308255f44 (which was rolled back ...Abseil Team2024-02-053-0/+6
* Rollback 9d8588bfc4566531c4053b5001e2952308255f44 for breaking the buildDerek Mauro2024-02-023-5/+0
* No public descriptionAbseil Team2024-02-013-0/+5
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-312-7/+7
* Bazel: Enable the header_modules featureDerek Mauro2023-10-112-0/+2
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-102-2/+49
* Update a dead link.Abseil Team2023-10-031-1/+1
* Ensure arrays are 16-byte aligned before casting to uint128Abseil Team2023-06-161-2/+4
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-2315-175/+160
* Add a declaration for __cpuid for the IntelLLVM compiler.niranjan-nilakantan2023-05-231-0/+4
* Rollback of add a declaration for __cpuid for the IntelLLVM compiler.Abseil Team2023-05-221-4/+0
* Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358Copybara-Service2023-05-221-0/+4
|\
| * Add a declaration for __cpuid for the IntelLLVM compiler.Niranjan Nilakantan2023-05-181-0/+4
|/
* YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests.Laramie Leavitt2023-05-102-1/+2
* Fix spelling mistakesVertexwahn2023-05-021-1/+1
* Fix spelling mistakesVertexwahn2023-04-277-7/+7
* Fix some spelling mistakesVertexwahn2023-04-243-4/+4
* Prefer copy_n and fill_n over copy and fill where appropriate.Rose2023-04-191-1/+1
* Changes necessary to support clang-clDerek Mauro2023-03-301-2/+3
* Fix an implicit truncation warning under MSVC 32-bitDerek Mauro2023-03-201-3/+4
* Pass correct flags for mingw to use bcryptFahrzin Hemmati2023-01-251-0/+4
* Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.Abseil Team2023-01-122-14/+2
* Improve BitGen stability documentationAbseil Team2023-01-111-6/+6
* Adding BigQuery package to randen_engine visibilityAbseil Team2022-12-081-2/+6
* Add missing includeTom Hughes2022-11-161-0/+1
* Fix typosTom Hughes2022-11-151-3/+3
* Use the `-l` form for MinGW-specific link dependenciesRussell Johnston2022-10-151-1/+1
* Fix "unsafe narrowing" warnings in absl, 12/12.Abseil Team2022-10-132-2/+3
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-121-2/+2
* Remove the ABSL_HAVE_INTRINSIC_INT128 test from pcg_engine.hDerek Mauro2022-09-021-23/+2
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro2022-09-011-2/+2
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-011-2/+2
* Fix "unsafe narrowing" warnings in absl, 3/n.Abseil Team2022-08-041-9/+9
* Make exponential_distribution_test a bigger test (timeout small -> moderate).Abseil Team2022-07-071-0/+1
* explicit_seed_seq_test: work around/disable bogus warnings in GCC 12Derek Mauro2022-06-151-12/+14
* Make absl::StdSeedSeq an alias for std::seed_seqLaramie Leavitt2022-06-143-3/+3
* Obey ABSL_DEFAULT_LINKOPTS for all cc_library targetsJeremy Nimmer2022-06-062-0/+3