[353] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
| 3 | <title>mixpp: random_dsfmt.h File Reference</title> |
---|
| 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
| 8 | <script type="text/javascript"> |
---|
| 9 | <!-- |
---|
| 10 | function changeDisplayState (e){ |
---|
| 11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 12 | var button=this.firstChild; |
---|
| 13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 15 | sectionDiv.style.display='block'; |
---|
| 16 | button.src='open.gif'; |
---|
| 17 | }else{ |
---|
| 18 | sectionDiv.style.display='none'; |
---|
| 19 | button.src='closed.gif'; |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | function initDynSections(){ |
---|
| 23 | var divs=document.getElementsByTagName('div'); |
---|
| 24 | var sectionCounter=1; |
---|
| 25 | for(var i=0;i<divs.length-1;i++){ |
---|
| 26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 27 | var header=divs[i]; |
---|
| 28 | var section=divs[i+1]; |
---|
| 29 | var button=header.firstChild; |
---|
| 30 | if (button!='IMG'){ |
---|
| 31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 32 | button=document.createElement('img'); |
---|
| 33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 34 | } |
---|
| 35 | header.style.cursor='pointer'; |
---|
| 36 | header.onclick=changeDisplayState; |
---|
| 37 | header.id='dynheader'+sectionCounter; |
---|
| 38 | button.src='closed.gif'; |
---|
| 39 | section.id='dynsection'+sectionCounter; |
---|
| 40 | section.style.display='none'; |
---|
| 41 | section.style.marginLeft='14px'; |
---|
| 42 | sectionCounter++; |
---|
| 43 | } |
---|
| 44 | } |
---|
| 45 | } |
---|
| 46 | window.onload = initDynSections; |
---|
| 47 | --> |
---|
| 48 | </script> |
---|
| 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
| 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
| 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
| 55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 56 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
| 61 | <li><a href="files.html"><span>File List</span></a></li> |
---|
| 62 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
| 63 | </ul> |
---|
| 64 | </div> |
---|
| 65 | </div> |
---|
| 66 | <div class="contents"> |
---|
| 67 | <h1>random_dsfmt.h File Reference</h1>C++ implementation of dSFMT random number generator. |
---|
| 68 | <a href="#_details">More...</a> |
---|
| 69 | <p> |
---|
| 70 | <code>#include <<a class="el" href="itcompat_8h-source.html">itpp/base/itcompat.h</a>></code><br> |
---|
| 71 | <code>#include <<a class="el" href="vec_8h-source.html">itpp/base/vec.h</a>></code><br> |
---|
| 72 | <code>#include <cstring></code><br> |
---|
| 73 | <code>#include <ctime></code><br> |
---|
| 74 | <code>#include <limits></code><br> |
---|
| 75 | |
---|
| 76 | <p> |
---|
| 77 | <a href="random__dsfmt_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 78 | <tr><td></td></tr> |
---|
| 79 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
---|
| 80 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1DSFMT.html">itpp::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, MSK32_1, MSK32_2, MSK32_3, MSK32_4, FIX1, FIX2, PCV1, PCV2 ></a></td></tr> |
---|
| 81 | |
---|
| 82 | <tr><td class="mdescLeft"> </td><td class="mdescRight">C++ implementation of dSFMT random number generator<p> |
---|
| 83 | The <a class="el" href="classitpp_1_1DSFMT.html" title="C++ implementation of dSFMT random number generatorThe DSFMT class implements parts...">DSFMT</a> class implements parts of the Double precision SIMD-oriented Fast Mersenne Twister (dSFM) random number generator. <a class="el" href="classitpp_1_1DSFMT.html" title="C++ implementation of dSFMT random number generatorThe DSFMT class implements parts...">DSFMT</a> directly generates double precision floating point random numbers, which have the IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std 754-1985) format. <a class="el" href="classitpp_1_1DSFMT.html" title="C++ implementation of dSFMT random number generatorThe DSFMT class implements parts...">DSFMT</a> does not support integer outputs. <a href="classitpp_1_1DSFMT.html#_details">More...</a><br></td></tr> |
---|
| 84 | <tr><td class="memItemLeft" nowrap align="right" valign="top">union </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, MSK32_1, MSK32_2, MSK32_3, MSK32_4, FIX1, FIX2, PCV1, PCV2 >::DSFMT::W128_T</b></td></tr> |
---|
| 85 | |
---|
| 86 | <tr><td class="mdescLeft"> </td><td class="mdescRight">128-bit data structure <br></td></tr> |
---|
| 87 | <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr> |
---|
| 88 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4dafdbdb308bbe6ee2317c334958dada"></a><!-- doxytag: member="random_dsfmt.h::DSFMT_521_RNG" ref="4dafdbdb308bbe6ee2317c334958dada" args="" --> |
---|
| 89 | typedef DSFMT< 521, 3, 25, 0x000fbfefff77efffULL, 0x000ffeebfbdfbfdfULL, 0x000fbfefU, 0xff77efffU, 0x000ffeebU, 0xfbdfbfdfU, 0xcfb393d661638469ULL, 0xc166867883ae2adbULL, 0xccaa588000000000ULL, 0x0000000000000001ULL > </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT_521_RNG</b></td></tr> |
---|
| 90 | |
---|
| 91 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b35b3b785c986b529cca621bcb78a18a"></a><!-- doxytag: member="random_dsfmt.h::DSFMT_1279_RNG" ref="b35b3b785c986b529cca621bcb78a18a" args="" --> |
---|
| 92 | typedef DSFMT< 1279, 9, 19, 0x000efff7ffddffeeULL, 0x000fbffffff77fffULL, 0x000efff7U, 0xffddffeeU, 0x000fbfffU, 0xfff77fffU, 0xb66627623d1a31beULL, 0x04b6c51147b6109bULL, 0x7049f2da382a6aebULL, 0xde4ca84a40000001ULL > </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT_1279_RNG</b></td></tr> |
---|
| 93 | |
---|
| 94 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b976fef3208aeed0aa8b59b6279c112c"></a><!-- doxytag: member="random_dsfmt.h::DSFMT_2203_RNG" ref="b976fef3208aeed0aa8b59b6279c112c" args="" --> |
---|
| 95 | typedef DSFMT< 2203, 7, 19, 0x000fdffff5edbfffULL, 0x000f77fffffffbfeULL, 0x000fdfffU, 0xf5edbfffU, 0x000f77ffU, 0xfffffbfeU, 0xb14e907a39338485ULL, 0xf98f0735c637ef90ULL, 0x8000000000000000ULL, 0x0000000000000001ULL > </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT_2203_RNG</b></td></tr> |
---|
| 96 | |
---|
| 97 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31d5580bfc728dfaad80e8c28801af3b"></a><!-- doxytag: member="random_dsfmt.h::DSFMT_4253_RNG" ref="31d5580bfc728dfaad80e8c28801af3b" args="" --> |
---|
| 98 | typedef DSFMT< 4253, 19, 19, 0x0007b7fffef5feffULL, 0x000ffdffeffefbfcULL, 0x0007b7ffU, 0xfef5feffU, 0x000ffdffU, 0xeffefbfcU, 0x80901b5fd7a11c65ULL, 0x5a63ff0e7cb0ba74ULL, 0x1ad277be12000000ULL, 0x0000000000000001ULL > </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT_4253_RNG</b></td></tr> |
---|
| 99 | |
---|
| 100 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5651a4329f3f9248a2309d429b32f507"></a><!-- doxytag: member="random_dsfmt.h::DSFMT_11213_RNG" ref="5651a4329f3f9248a2309d429b32f507" args="" --> |
---|
| 101 | typedef DSFMT< 11213, 37, 19, 0x000ffffffdf7fffdULL, 0x000ffffffdf7fffdULL, 0x000fffffU, 0xfdf7fffdU, 0x000dffffU, 0xfff6bfffU, 0xd0ef7b7c75b06793ULL, 0x9c50ff4caae0a641ULL, 0x8234c51207c80000ULL, 0x0000000000000001ULL > </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT_11213_RNG</b></td></tr> |
---|
| 102 | |
---|
| 103 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="014991966f1d4861f491504c2c1971db"></a><!-- doxytag: member="random_dsfmt.h::DSFMT_19937_RNG" ref="014991966f1d4861f491504c2c1971db" args="" --> |
---|
| 104 | typedef DSFMT< 19937, 117, 19, 0x000ffafffffffb3fULL, 0x000ffdfffc90fffdULL, 0x000ffaffU, 0xfffffb3fU, 0x000ffdffU, 0xfc90fffdU, 0x90014964b32f4329ULL, 0x3b8d12ac548a7c7aULL, 0x3d84e1ac0dc82880ULL, 0x0000000000000001ULL > </td><td class="memItemRight" valign="bottom"><b>itpp::DSFMT_19937_RNG</b></td></tr> |
---|
| 105 | |
---|
| 106 | </table> |
---|
| 107 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 108 | C++ implementation of dSFMT random number generator. |
---|
| 109 | <p> |
---|
| 110 | <dl class="author" compact><dt><b>Author:</b></dt><dd>Adam Piatyszek</dd></dl> |
---|
| 111 | -------------------------------------------------------------------------<p> |
---|
| 112 | Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p> |
---|
| 113 | This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p> |
---|
| 114 | IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p> |
---|
| 115 | IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p> |
---|
| 116 | You should have received a copy of the GNU General Public License along with IT++. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.<p> |
---|
| 117 | ------------------------------------------------------------------------- </div> |
---|
| 118 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
| 119 | <a href="http://www.doxygen.org/index.html"> |
---|
| 120 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
| 121 | </body> |
---|
| 122 | </html> |
---|