EVOLUTION-MANAGER
Edit File: internal.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Internal functions</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for internal {rlecuyer}"><tr><td>internal {rlecuyer}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Internal functions</h2> <h3>Description</h3> <p>Internal functions, it is not recommended to use them from outside of the package. </p> <p><code>.lec.init</code> initializes the workspace: removes old and creates new global object <br /> <code>.lec.Random.seed.table</code>. It also allocates memory for the current stream used by <br /> <code><a href="CurrentStream.html">.lec.CurrentStream</a></code>. </p> <p><code>.lec.exit</code> removes the global object <code>.lec.Random.seed.table</code> and frees memory used for the current stream. </p> <p><code>.lec.StreamExists</code> returns <code>TRUE</code> if the stream is found in <code>.lec.Random.seed.table</code>, otherwise <code>FALSE</code>. </p> <h3>Usage</h3> <pre> .lec.init () .lec.exit () .lec.StreamExists (name) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>name</code></td> <td> <p>name of the stream.</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>rlecuyer</em> version 0.3-4 <a href="00Index.html">Index</a>]</div> </body></html>