File: control

package info (click to toggle)
testu01 1.2.3%2Bds-2
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 17,740 kB
  • ctags: 4,799
  • sloc: ansic: 52,384; makefile: 241; sh: 53
file content (174 lines) | stat: -rw-r--r-- 8,582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
Source: testu01
Section: non-free/math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
 debhelper (>= 9),
 autotools-dev, gnulib, dh-autoreconf, libtool, cproto (>= 4.7l-4),
 libgmp-dev
Build-Depends-Indep:
 texlive-latex-base, texlive-latex-recommended, texlive-latex-extra
Standards-Version: 3.9.8
Homepage: http://simul.iro.umontreal.ca/testu01/tu01.html
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/testu01.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/testu01.git
XS-Autobuild: yes

Package: libtestu01-0
Provides: libtestu01
Section: non-free/libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: testu01-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: libtestu01
Suggests: testu01-doc (= ${source:Version})
Multi-Arch: same
Description: testing suite for uniform random number generators -- libs
 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides the shared libraries required to run programs
 compiled against the TestU01 library. To compile your own programs you
 also need to install the libtestu01-0-dev package.

Package: testu01-data
Architecture: all
Depends: ${misc:Depends}
Recommends: libtestu01-0 (=${binary:Version})
Multi-Arch: foreign
Description: testing suite for uniform random number generators -- data
 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides the essential TestU01 architecture independent
 material, namely shared data.

Package: libtestu01-0-dev
Provides: libtestu01-dev
Section: non-free/libdevel
Architecture: any
Depends: libtestu01-0 (= ${binary:Version}), libtestu01-0-dev-common (= ${source:Version}), ${misc:Depends}
Conflicts: libtestu01-dev
Suggests: testu01-doc
Multi-Arch: same
Description: testing suite for uniform random number generators -- libdevel
 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package contains the static libraries and symbolic links that
 developers using the TestU01 libraries will need.

Package: libtestu01-0-dev-common
Provides: libtestu01-dev-common
Section: non-free/libdevel
Architecture: all
Depends: ${misc:Depends}
Recommends: libtestu01-0-dev (= ${binary:Version})
Conflicts: libtestu01-dev-common
Multi-Arch: foreign
Description: testing suite for uniform random number generators -- headers
 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package contains the header files that developers using the TestU01
 libraries will need.

Package: testu01-doc
Section: non-free/doc
Architecture: all
Depends: ${misc:Depends}
Suggests:
 libtestu01-0 (=${binary:Version}), libtestu01-0-dev (=${binary:Version}),
 texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
 pdf-viewer
Multi-Arch: foreign
Description: testing suite for uniform random number generators -- doc
 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides the user guides of the TestU01 software library suite;
 it also contains examples.

Package: testu01-bin
Architecture: any
Depends: libtestu01-0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: testu01-doc (= ${source:Version})
Multi-Arch: foreign
Description: testing suite for uniform random number generators -- utils
 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides command line utilities.