Opened 16 years ago
Closed 16 years ago
#164 closed enhancement (wontfix)
Random::normal() as an alternative for Random::gauss()
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
[0293cb1b9e9c] adds Random::normal()
as an alias for Random::gauss()
and Random::normal2()
as an alias for Random::gauss2()
. These names are more analogus to the new lognormal()
.
Attachments (2)
Change History (4)
Changed 16 years ago by
Attachment: | 0293cb1b9e9c.patch added |
---|
Changed 16 years ago by
Attachment: | 0badf3bb38c2.patch added |
---|
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Replying to kpeter:
[0badf3bb38c2] contains only the doc improvements of [0293cb1b9e9c]. At least this changeset should be applied.
It is done.
Note: See
TracTickets for help on using
tickets.
[0badf3bb38c2] contains only the doc improvements of [0293cb1b9e9c]. At least this changeset should be applied.