in reply to Re: Need technique for generating constrained random data sets
in thread Need technique for generating constrained random data sets
Some such approach as this had occured to me already, but I couldn't get my head around implementing it. The comment regarding the "over-specified solution set" is helpfull in my realising why I'm having trouble with this.
It's not clear to me that your code would be happy with a set of constraints such as:
my @constraints = ( {mid => 50, sd => 50}, {mid => 50, sd => 50}, {mid => 50, sd => 50}, );
See Re^2: Need technique for generating constrained random data sets for some of the background.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Need technique for generating constrained random data sets
by xdg (Monsignor) on Feb 08, 2007 at 12:54 UTC | |
by GrandFather (Saint) on Feb 08, 2007 at 20:28 UTC |