Opened 16 years ago
Closed 16 years ago
#102 closed enhancement (fixed)
Add lognormal distribution to Random.
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | minor | Milestone: | LEMON 1.1 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The changeset [5e1b90e430c2] in the attachment is a lognormal distribution implementation. Please review it. I would also be happy with any feedback on the interface.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | 5e1b90e430c2.patch added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to alpar:
The changeset [5e1b90e430c2] in the attachment is a lognormal distribution implementation. Please review it. I would also be happy with any feedback on the interface.
A slightly modofied version went to the main branch, see [2593e163e407].
Note: See
TracTickets for help on using
tickets.
Could anyone review this patch?
An interface for the lognormal distribution is not fully straightforward, thus I really want to hear how you like the proposed one.