Maintainer: |
hanya |
Bewertung: |
(2 votes)
|
Anwendung: |
Calc |
Tags: |
Add-In Function |
Source code: |
http://hermione.s41.xrea.com/pukiwiki/index.php?plugin=attach&pcmd=open&file=MTR... |
Beitragsdatum: |
Donnerstag, 18 November, 2010 - 09:01 |
Statistiken |
Week: Nicht getrackt - Monat: Nicht getrackt - Jahr: Nicht getrackt - Timeline |
This extension provides pseud-random number generator based on Mersenne Twister algorithm which has 2^19937 -1 period, as an spreadsheet function add-in. And the generator as an UNO component is also provided.
Since Apache OpenOffice 4.0, RAND spreadsheet function uses Mersenne Twister algorithm from Boost. Therefore you do not need this extension except for the purpose for API use.
Implementation of the generator is based on Richard J. Wagner's C++ MTRand class.
How to Install
Spreadsheet functions
You can specify a seed for initialization of the generator through Tools - Options - Calc - MT Random page. See help page for detail.
They can be found in the Mathematical category.
UNO component: mytools.math.MTRandom service. See here for more detail.
Original RAND function should use MT, and an issue is opened: http://www.openoffice.org/issues/show_bug.cgi?id=14730 .
Version | Operating system | Compatibility | Release date | ||
---|---|---|---|---|---|
0.2.4 | Linux | 4.0 | 13/07/2013 - 03:23 | Weitere Informationen | Download |
0.2.2-Linux-x86 | Linux | 3.4 | 06/12/2011 - 06:59 | Weitere Informationen | Download |
0.2.2 | Windows | 3.4 | 06/12/2011 - 06:56 | Weitere Informationen | Download |
0.2.1-Win32 | Windows | 3.4 | 21/11/2010 - 11:54 | Weitere Informationen | Download |
0.2.1 | Linux | 3.4 | 21/11/2010 - 11:36 | Weitere Informationen | Download |