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

gap-system / gap / 10667 / 3
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2019 12:35PM UTC
Files 675
Run time 37s
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 Sep 2019 11:17AM UTC coverage: 76.972%. Remained the same
TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes

push

travis-ci

fingolfin
Refactor the 'classical' random number generator

So far, the old random number generator using a single global state in the
global variables `R_N` and `R_X` was still present in the GAP library, and was
used to power the `GlobalRandomSource`. In addition, there was a type
`IsGAPRandomSource` of random sources, which also emulated the way the old RNG
worked.

This PR removes the old RNG, and replaces the `GlobalRandomSource` by one of
type `IsGAPRandomSource`. The undocumented function `RANDOM_LIST` is also
removed (no distributed package uses it). To ensure backwards compatibility,
we provide an implementation of `RANDOM_SEED` which uses `GlobalRandomSource`
(only two packages, `recog` and `gbnp`, call `RANDOM_SEED`, and only in their
package tests). Finally, dummies for `R_N` and `R_X` are retained to help
detect any ancient internal code people might throw at GAP.

247673 of 321771 relevant lines covered (76.97%)

10049594.18 hits per line

Source Files on job 10667.3 (TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes)
  • Tree
  • List 0
  • Changed 100
  • Source Changed 4
  • Coverage Changed 99
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2711
  • Travis Job 10667.3
  • a2bb8d8e on github
  • Prev Job for TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes on master (#10666.3)
  • Next Job for TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes on master (#10675.3)
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