This file is indexed.

/usr/share/doc/libghc-random-fu-doc/html/Data-Random-Distribution-StretchedExponential.html is in libghc-random-fu-doc 0.2.7.0-3.

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

The actual contents of the file can be viewed below.

1
2
3
4
<!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>Data.Random.Distribution.StretchedExponential</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();setSynopsis("mini_Data-Random-Distribution-StretchedExponential.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Random-Distribution-StretchedExponential.html">Source</a></li><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="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Data.Random.Distribution.StretchedExponential</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">newtype</span> <a id="t:StretchedExponential" class="def">StretchedExponential</a> a <a href="src/Data-Random-Distribution-StretchedExponential.html#StretchedExponential" class="link">Source</a> <a href="#t:StretchedExponential" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:StretchedExp" class="def">StretchedExp</a> (a, a)</td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:StretchedExponential" class="caption collapser" onclick="toggleSection('i:StretchedExponential')">Instances</p><div id="section.i:StretchedExponential" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StretchedExponential:CDF:1" class="instance expander" onclick="toggleSection('i:id:StretchedExponential:CDF:1')"></span> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Prelude.html#t:Real">Real</a> a, <a href="Data-Random-Distribution.html#t:Distribution">Distribution</a> <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a) =&gt; <a href="Data-Random-Distribution.html#t:CDF">CDF</a> <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a</span> <a href="src/Data-Random-Distribution-StretchedExponential.html#line-31" class="link">Source</a> <a href="#t:StretchedExponential" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StretchedExponential:CDF:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:cdf">cdf</a> :: <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a -&gt; a -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Prelude.html#t:Double">Double</a> <a href="src/Data-Random-Distribution.html#cdf" class="link">Source</a> <a href="#v:cdf" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StretchedExponential:Distribution:2" class="instance expander" onclick="toggleSection('i:id:StretchedExponential:Distribution:2')"></span> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Numeric.html#t:Floating">Floating</a> a, <a href="Data-Random-Distribution.html#t:Distribution">Distribution</a> <a href="Data-Random-Distribution-Uniform.html#t:StdUniform">StdUniform</a> a) =&gt; <a href="Data-Random-Distribution.html#t:Distribution">Distribution</a> <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a</span> <a href="src/Data-Random-Distribution-StretchedExponential.html#line-29" class="link">Source</a> <a href="#t:StretchedExponential" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StretchedExponential:Distribution:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rvar">rvar</a> :: <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a -&gt; <a href="Data-Random-RVar.html#t:RVar">RVar</a> a <a href="src/Data-Random-Distribution.html#rvar" class="link">Source</a> <a href="#v:rvar" class="selflink">#</a></p><p class="src"><a href="#v:rvarT">rvarT</a> :: <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a -&gt; <a href="Data-Random-RVar.html#t:RVarT">RVarT</a> n a <a href="src/Data-Random-Distribution.html#rvarT" class="link">Source</a> <a href="#v:rvarT" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:floatingStretchedExponential" class="def">floatingStretchedExponential</a> :: (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Numeric.html#t:Floating">Floating</a> a, <a href="Data-Random-Distribution.html#t:Distribution">Distribution</a> <a href="Data-Random-Distribution-Uniform.html#t:StdUniform">StdUniform</a> a) =&gt; a -&gt; a -&gt; <a href="Data-Random-RVar.html#t:RVarT">RVarT</a> m a <a href="src/Data-Random-Distribution-StretchedExponential.html#floatingStretchedExponential" class="link">Source</a> <a href="#v:floatingStretchedExponential" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:floatingStretchedExponentialCDF" class="def">floatingStretchedExponentialCDF</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Prelude.html#t:Real">Real</a> a =&gt; a -&gt; a -&gt; a -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Prelude.html#t:Double">Double</a> <a href="src/Data-Random-Distribution-StretchedExponential.html#floatingStretchedExponentialCDF" class="link">Source</a> <a href="#v:floatingStretchedExponentialCDF" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:stretchedExponential" class="def">stretchedExponential</a> :: <a href="Data-Random-Distribution.html#t:Distribution">Distribution</a> <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a =&gt; a -&gt; a -&gt; <a href="Data-Random-RVar.html#t:RVar">RVar</a> a <a href="src/Data-Random-Distribution-StretchedExponential.html#stretchedExponential" class="link">Source</a> <a href="#v:stretchedExponential" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:stretchedExponentialT" class="def">stretchedExponentialT</a> :: <a href="Data-Random-Distribution.html#t:Distribution">Distribution</a> <a href="Data-Random-Distribution-StretchedExponential.html#t:StretchedExponential">StretchedExponential</a> a =&gt; a -&gt; a -&gt; <a href="Data-Random-RVar.html#t:RVarT">RVarT</a> m a <a href="src/Data-Random-Distribution-StretchedExponential.html#stretchedExponentialT" class="link">Source</a> <a href="#v:stretchedExponentialT" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>