/usr/share/doc/libcoyotl-dev/html/a00008.html is in libcoyotl-dev 3.1.0-6ubuntu1.
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 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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libcoyotl</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
libcoyotl - A Library of C++ Tools
</h1>
<p align="center">
Created by <a href="mailto:scott.ladd@@coyotegulch.com?subject=libcoyotl">Scott Robert Ladd</a> at
<a href="http://www.coyotegulch.com">Coyote Gulch Productions</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.8.6 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>libcoyotl</b></li><li class="navelem"><a class="el" href="a00008.html">LOOP1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">libcoyotl::LOOP1< i > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Implements the Mersenne Twister, a peudorandom number generator.
<a href="a00008.html#details">More...</a></p>
<p><code>#include <<a class="el" href="a00027_source.html">mtwister.h</a>></code></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<int i><br/>
class libcoyotl::LOOP1< i ></h3>
<p>The mtwister class encapsulates the Mersenne Twister algorithm invented by Makoto Matsumoto and Takuji Nishimura. One of the appealing aspects of the Mersenne Twister is its use of binary operations (as opposed to time-consuming multiplication) for generating numbers. The algorithm's period is 2<sup>19937</sup>-1 (~10<sup>6001</sup>), as compared to a period of ~10<sup>8</sup> for the best variants of the linear congruential methods. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00027_source.html">mtwister.h</a></li>
</ul>
</div><!-- contents -->
<hr>
<p align="center"><small>
© 1996-2005 Scott Robert Ladd. All rights reserved.<br>
HTML documentation generated by Dimitri van Heesch's excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small>
</p>
</body>
</html>
|