Opened 14 years ago
Last modified 8 years ago
#407 new enhancement
Extend random_test.cc
Reported by: | Peter Kovacs | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.5 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
This ticket is a follow-up of #101.
Change History (4)
comment:1 follow-up: 2 Changed 14 years ago by
comment:2 Changed 14 years ago by
Replying to alpar:
I have now idea how this extended test should look like. We expect reproducible result from a test which looks a bit contradicting to the main purpose of random.h.
You mean "no idea", don't you?
I agree with your reasons. I think, only "range validity" could be reasonably checked for the functions of Random
. I mean, rnd[5]
must be an integer between 0 and 4.
comment:3 Changed 12 years ago by
Milestone: | LEMON 1.3 release → LEMON 1.4 release |
---|
comment:4 Changed 8 years ago by
Milestone: | LEMON 1.4 release → LEMON 1.5 release |
---|
Note: See
TracTickets for help on using
tickets.
I have now idea how this extended test should look like. We expect reproducible result from a test which looks a bit contradicting to the main purpose of random.h.