OpenCoverage

randint.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gl/lib/randint.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5typedef uintmax_t randint;-
6-
7-
8struct randint_source;-
9-
10struct randint_source *randint_new (struct randread_source *);-
11struct randint_source *randint_all_new (char const *, size_t);-
12struct randread_source *randint_get_source (struct randint_source const *)-
13 __attribute__ ((__pure__));-
14randint randint_genmax (struct randint_source *, randint genmax);-
15-
16-
17-
18static inline randint-
19randint_choose (struct randint_source *s, randint choices)-
20{-
21 return
executed 7147 times by 2 tests: return randint_genmax (s, choices - 1);
Executed by:
  • shred
  • shuf
randint_genmax (s, choices - 1);
executed 7147 times by 2 tests: return randint_genmax (s, choices - 1);
Executed by:
  • shred
  • shuf
7147
22}-
23-
24void randint_free (struct randint_source *);-
25int randint_all_free (struct randint_source *);-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2