November 21, 2012 Re: Normal/Gaussian random number generation for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Joseph Rushton Wakeling | > isNormalRandomNumberEngine, and I don't know if you want to add some extra type checks to some of your Ziggurat-related functions). Yes, I need to add some checks. Currently, there aren't any :D > Lastly, we need to make sure that this new functionality is well documented. Perhaps a good start here could be for people to take a look at the code and describe what isn't clear or easy to understand just from looking ... ? By functionality, do you mean just the API or also the implementation? I assume my Ziggurat algorithm implementation isn't easy to understand without some kind of description. I'll need to write a ton of comments in there. |
November 21, 2012 Re: Normal/Gaussian random number generation for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to jerro | On 11/21/2012 01:44 AM, jerro wrote:
> By functionality, do you mean just the API or also the implementation? I assume
> my Ziggurat algorithm implementation isn't easy to understand without some kind
> of description. I'll need to write a ton of comments in there.
A bit of both, but mainly the API. I'm interested in how obvious it is how to _use_ it rather than how obvious the internals are (which is rare for any case, let alone something like Ziggurat).
|
Copyright © 1999-2021 by the D Language Foundation