Skip to content

Add overloads for boost.random#153

Merged
mborland merged 16 commits intodevelopfrom
140
Mar 25, 2026
Merged

Add overloads for boost.random#153
mborland merged 16 commits intodevelopfrom
140

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #140

@mborland mborland added this to the v0.1.0 milestone Mar 25, 2026
@mborland mborland self-assigned this Mar 25, 2026
@mborland mborland added the enhancement New feature or request label Mar 25, 2026
@cppalliance-bot
Copy link
Copy Markdown

cppalliance-bot commented Mar 25, 2026

An automated preview of the documentation is available at https://153.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-03-25 17:10:06 UTC

@mborland mborland merged commit fbbbcf6 into develop Mar 25, 2026
39 of 40 checks passed
@mborland mborland deleted the 140 branch March 25, 2026 17:39
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.7%. Comparing base (8944d12) to head (6feb32a).
⚠️ Report is 17 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #153     +/-   ##
=========================================
+ Coverage     97.6%   97.7%   +0.1%     
=========================================
  Files          112     116      +4     
  Lines         8169    8497    +328     
  Branches      3048    3219    +171     
=========================================
+ Hits          7972    8300    +328     
  Misses         131     131             
  Partials        66      66             
Files with missing lines Coverage Δ
examples/random.cpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/detail/type_traits.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/iostream.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/random.hpp 100.0% <100.0%> (ø)
test/test_signed_random.cpp 100.0% <100.0%> (ø)
test/test_unsigned_random.cpp 100.0% <100.0%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8944d12...6feb32a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add overloads for Boost.Random generation

2 participants