• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wegamekinglc / Derivatives-Algorithms-Lib / 28694661006
81%
master: 85%

Build:
Build:
LAST BUILD BRANCH: codex/fix-msvc-utf8-charset
DEFAULT BRANCH: master
Ran 04 Jul 2026 04:23AM UTC
Jobs 1
Files 221
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2026 04:12AM UTC coverage: 81.48%. Remained the same
28694661006

push

github

wegamekinglc
Flip RNG precise default to true on Sobol and PseudoRandom

Change the default-argument precise from false to true on NewSobol,
SobolRSG_, PseudoRandom_::New, PseudoRSG_, and the PseudoRandom_ base
constructor, so default Sobol/PseudoRandom normal variates use the
full-precision Acklam+Newton inverse-normal-CDF (~1e-15) instead of
the faster Acklam-only routine (~1e-9). Callers opt back into the
fast path with precise=false.

Pin precise=false on the matrix_perf benchmark's NewSobol seeding call
so the matrix-multiply timing is not polluted by the inverse-CDF cost,
and split rng_perf into separate fast/precise FillNormal rows so the
per-deviate cost difference is a tracked quantity rather than a stealth
baseline shift.

The existing test_blackscholes.cpp constants hold under the new default:
the 10M-path Sobol AAD risks[0]=0.43986485 (tol 1e-6) and the 1e-4
neighbors all pass -- precise-mode drift is below the asserted
tolerances, so no re-baselining is required.

Update docs/methodology/random.md and add a 2026-07 CHANGELOG entry.

1 of 3 new or added lines in 2 files covered. (33.33%)

6366 of 7813 relevant lines covered (81.48%)

3320043.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
28.57
0.0% dal-cpp/dal/math/random/pseudorandom.hpp
1
0.0
0.0% dal-cpp/dal/math/random/sobol.hpp
Jobs
ID Job ID Ran Files Coverage
1 28694661006.1 04 Jul 2026 04:23AM UTC 221
81.48
GitHub Action Run
Source Files on build 28694661006
  • Tree
  • List 221
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28694661006
  • 3c673d8b on github
  • Prev Build on master (#28675061261)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc