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

philihp / pcg / 26189404174
100%

Build:
DEFAULT BRANCH: main
Ran 20 May 2026 08:55PM UTC
Jobs 1
Files 8
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:54PM UTC coverage: 99.606% (+0.04%) from 99.565%
26189404174

push

github

web-flow
Add sfc32 as another variant (#340)

sfc32 (Chris Doty-Humphrey, PractRand) is a 128-bit-state chaotic PRNG
built from add, xor, shift, and rotate. It complements pcg32 (high
quality, large state, jump-ahead) and mulberry32 (tiny state, weaker
quality): sfc32 is fast and passes PractRand, but isn't reversible, so
negative deltas throw.

State packing: a=state.hi, b=state.lo, c=streamId.hi, counter=streamId.lo.
Seeding uses a=b=c=seed, counter=1, with 15 warmup rounds.

The dispatch contract widens from (pcg, delta) -> Uint64 to (pcg, delta)
-> PCGState so variants can evolve fields beyond .state — sfc32 needs to
update all four registers.

Co-authored-by: Claude <noreply@anthropic.com>

47 of 48 branches covered (97.92%)

Branch coverage included in aggregate %.

32 of 32 new or added lines in 4 files covered. (100.0%)

206 of 206 relevant lines covered (100.0%)

18229.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26189404174.1 20 May 2026 08:55PM UTC 8
99.61
GitHub Action Run
Source Files on build 26189404174
  • Tree
  • List 8
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f99c0280 on github
  • Prev Build on main (#26158924986)
  • Next Build on main (#26213598616)
  • 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