This file is indexed.

/usr/share/doc/libghc-test-framework-doc/html/Test-Framework-Seed.html is in libghc-test-framework-doc 0.5-1.

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
<!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>Test.Framework.Seed</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Test-Framework-Seed.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Test-Framework-Seed.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">test-framework-0.5: Framework for running and organising tests, with HUnit and QuickCheck support</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe-Infered</td></tr></table><p class="caption">Test.Framework.Seed</p></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:Seed">Seed</a> <ul class="subs"><li>= <a href="#v:FixedSeed">FixedSeed</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a>  </li><li>| <a href="#v:RandomSeed">RandomSeed</a>  </li></ul></li><li class="src short"><a href="#v:newSeededStdGen">newSeededStdGen</a> :: <a href="Test-Framework-Seed.html#t:Seed">Seed</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:StdGen">StdGen</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a>)</li><li class="src short"><a href="#v:newStdGenWithKnownSeed">newStdGenWithKnownSeed</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:StdGen">StdGen</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a>)</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:Seed" class="def">Seed</a>  <a href="src/Test-Framework-Seed.html#Seed" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:FixedSeed" class="def">FixedSeed</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RandomSeed" class="def">RandomSeed</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:Seed" class="caption collapser" onclick="toggleSection('i:Seed')">Instances</p><div id="section.i:Seed" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Text-Read.html#t:Read">Read</a> <a href="Test-Framework-Seed.html#t:Seed">Seed</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Text-Show.html#t:Show">Show</a> <a href="Test-Framework-Seed.html#t:Seed">Seed</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:newSeededStdGen" class="def">newSeededStdGen</a> :: <a href="Test-Framework-Seed.html#t:Seed">Seed</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:StdGen">StdGen</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a>)<a href="src/Test-Framework-Seed.html#newSeededStdGen" class="link">Source</a></p><div class="doc"><p>Given a <code><a href="Test-Framework-Seed.html#t:Seed">Seed</a></code>, returns a new random number generator based on that seed and the
 actual numeric seed that was used to build that generator, so it can be recreated.
</p></div></div><div class="top"><p class="src"><a name="v:newStdGenWithKnownSeed" class="def">newStdGenWithKnownSeed</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/System-IO.html#t:IO">IO</a> (<a href="/usr/share/doc/libghc-random-doc/html/System-Random.html#t:StdGen">StdGen</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a>)<a href="src/Test-Framework-Seed.html#newStdGenWithKnownSeed" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.10.0</p></div></body></html>