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

philihp / pcg / 26150238495
99%
main: 100%

Build:
Build:
LAST BUILD BRANCH: claude/jolly-cannon-fmLjD
DEFAULT BRANCH: main
Ran 20 May 2026 08:16AM UTC
Jobs 1
Files 6
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

20 May 2026 08:15AM UTC coverage: 99.026% (-1.0%) from 100.0%
26150238495

Pull #336

github

claude
refactor: dissolve pcg32.ts into createPcg.ts and types.ts

The number-based PCG32 implementation lived in its own file. Move:
- PCGState32 and RandomFn types -> types.ts (alongside PCGState64/RandomFn64)
- createPcg32, nextState, prevState, stepState, getOutput, randomInt,
  randomUint32, randomList (plus the SETSEQ/XSH_RR constants and
  setseqIncrement helper) -> createPcg.ts (above the BigInt PCG64 factory)

The source tree is now createPcg / types / uint64 (plus bitwise/defaults/
index). pcg32.ts is deleted. Imports in index.ts, the bench, and the
test are repointed.

No algorithm changes; bench checksums match (2195024581, 312469475).
Pull Request #336: refactor!: make BigInt-free PCG32 the default; suffix BigInt path with 64

47 of 50 branches covered (94.0%)

Branch coverage included in aggregate %.

172 of 172 new or added lines in 3 files covered. (100.0%)

258 of 258 relevant lines covered (100.0%)

6540.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26150238495.1 20 May 2026 08:16AM UTC 6
99.03
GitHub Action Run
Source Files on build 26150238495
  • Tree
  • List 6
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #336
  • PR Base - main (#26066426780)
  • 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