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

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

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2019 01:50PM UTC
Files 642
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 Sep 2019 11:17AM UTC coverage: 71.844% (+0.004%) from 71.84%
TEST_SUITES=testmanuals

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.

213948 of 297794 relevant lines covered (71.84%)

4722427.61 hits per line

Source Files on job 10667.8 (TEST_SUITES=testmanuals)
  • Tree
  • List 0
  • Changed 80
  • Source Changed 4
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2711
  • Travis Job 10667.8
  • a2bb8d8e on github
  • Prev Job for TEST_SUITES=testmanuals on master (#10666.8)
  • Next Job for TEST_SUITES=testmanuals on master (#10675.8)
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