|
From: SourceForge.net <no...@so...> - 2010-09-29 14:01:42
|
Patches item #3017364, was opened at 2010-06-17 01:06 Message generated for change (Settings changed) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3017364&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: renorm (renorm) Assigned to: Nobody/Anonymous (nobody) Summary: Ziggurat Algorithm Initial Comment: My implementation of Ziggurat algorithm to generate normal deviates + some changes to MersenneTwisterUniformRng and InverseCumulativeNormal. ---------------------------------------------------------------------- Comment By: renorm (renorm) Date: 2010-06-17 09:03 Message: There was typo as a result of copy&paste. line 140 from ziggurat_generator.cpp should read: flip = k & 0x80; // 8th bit chooses between upper and lower tails. I attached new zip file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3017364&group_id=12740 |