This file is indexed.

/usr/share/doc/libghc-random-fu-doc/html/index.html is in libghc-random-fu-doc 0.2.7.0-3build7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>random-fu-0.2.7.0: Random number generation</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">random-fu-0.2.7.0: Random number generation</p></div><div id="content"><div id="description"><h1>random-fu-0.2.7.0: Random number generation</h1><div class="doc"><p>Random number generation based on modeling random
variables in two complementary ways: first, by the
parameters of standard mathematical distributions and,
second, by an abstract type (<code>RVar</code>) which can be
composed and manipulated monadically and sampled in
either monadic or &quot;pure&quot; styles.</p><p>The primary purpose of this library is to support
defining and sampling a wide variety of high quality
random variables.  Quality is prioritized over speed,
but performance is an important goal too.</p><p>In my testing, I have found it capable of speed
comparable to other Haskell libraries, but still
a fair bit slower than straight C implementations of
the same algorithms.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Data</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Data-Random.html">Data.Random</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><span id="control.n.1.1.1" class="collapser" onclick="toggleSection('n.1.1.1')">&nbsp;</span><a href="Data-Random-Distribution.html">Data.Random.Distribution</a></span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Data-Random-Distribution-Bernoulli.html">Data.Random.Distribution.Bernoulli</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Beta.html">Data.Random.Distribution.Beta</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Binomial.html">Data.Random.Distribution.Binomial</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Categorical.html">Data.Random.Distribution.Categorical</a></span></li><li><span class="module"><a href="Data-Random-Distribution-ChiSquare.html">Data.Random.Distribution.ChiSquare</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Dirichlet.html">Data.Random.Distribution.Dirichlet</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Exponential.html">Data.Random.Distribution.Exponential</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Gamma.html">Data.Random.Distribution.Gamma</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Multinomial.html">Data.Random.Distribution.Multinomial</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Normal.html">Data.Random.Distribution.Normal</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Pareto.html">Data.Random.Distribution.Pareto</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Poisson.html">Data.Random.Distribution.Poisson</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Rayleigh.html">Data.Random.Distribution.Rayleigh</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Simplex.html">Data.Random.Distribution.Simplex</a></span></li><li><span class="module"><a href="Data-Random-Distribution-StretchedExponential.html">Data.Random.Distribution.StretchedExponential</a></span></li><li><span class="module"><a href="Data-Random-Distribution-T.html">Data.Random.Distribution.T</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Triangular.html">Data.Random.Distribution.Triangular</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Uniform.html">Data.Random.Distribution.Uniform</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Weibull.html">Data.Random.Distribution.Weibull</a></span></li><li><span class="module"><a href="Data-Random-Distribution-Ziggurat.html">Data.Random.Distribution.Ziggurat</a></span></li></ul></li><li><span id="control.n.1.1.2" class="module collapser" onclick="toggleSection('n.1.1.2')">Internal</span><ul id="section.n.1.1.2" class="show"><li><span class="module"><a href="Data-Random-Internal-Find.html">Data.Random.Internal.Find</a></span></li><li><span class="module"><a href="Data-Random-Internal-Fixed.html">Data.Random.Internal.Fixed</a></span></li><li><span class="module"><a href="Data-Random-Internal-TH.html">Data.Random.Internal.TH</a></span></li></ul></li><li><span class="module"><a href="Data-Random-Lift.html">Data.Random.Lift</a></span></li><li><span class="module"><a href="Data-Random-List.html">Data.Random.List</a></span></li><li><span class="module"><a href="Data-Random-RVar.html">Data.Random.RVar</a></span></li><li><span class="module"><a href="Data-Random-Sample.html">Data.Random.Sample</a></span></li><li><span class="module"><a href="Data-Random-Vector.html">Data.Random.Vector</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>