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

KarpelesLab / goro / 24621209195
13%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2026 04:47AM UTC
Jobs 1
Files 370
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

19 Apr 2026 04:46AM UTC coverage: 1.953%. Remained the same
24621209195

push

github

MagicalTux
ext/gmp: use MT19937 for gmp_random_* seeded source

Previously gmp_random_seed() seeded Go's legacy math/rand LCG, which
disagrees with both PHP's libgmp and goro's own mt_rand (both MT-based).
Switch to github.com/goark/mt/mt19937 — the same package core/random
uses for mt_rand — so seeded output is at least self-consistent
across the goro RNG surface.

Whether this byte-matches PHP's libgmp for gmp_random_seed.phpt is an
open question; libgmp seeds its own MT state on a different schedule
than the reference MT19937. Drop the test from the skiplist so the
CI tells us definitively — if it still fails, we put it back with a
more precise comment.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

0 of 1 new or added line in 1 file covered. (0.0%)

71 existing lines in 1 file now uncovered.

2185 of 111881 relevant lines covered (1.95%)

70.41 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% ext/gmp/misc.go

Coverage Regressions

Lines Coverage ∆ File
71
0.0
0.0% ext/gmp/misc.go
Jobs
ID Job ID Ran Files Coverage
1 24621209195.1 19 Apr 2026 04:47AM UTC 370
1.95
GitHub Action Run
Source Files on build 24621209195
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24621209195
  • 2287da8f on github
  • Prev Build on master (#24620789624)
  • Next Build on master (#24621249140)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc