dbdiaz has asked for the wisdom of the Perl Monks concerning the following question:
For example, I have x1+x2+x3 = 10.33. I want to randomly generate 3 numbers -- x1, x2, x3 -- that will equate 10.33 (approximately of course!)
Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trial and error problems in Perl
by Tanktalus (Canon) on Jan 23, 2007 at 00:03 UTC | |
|
Re: Trial and error problems in Perl
by BrowserUk (Patriarch) on Jan 23, 2007 at 00:59 UTC | |
by dbdiaz (Novice) on Jan 24, 2007 at 07:25 UTC | |
| |
|
Re: Trial and error problems in Perl
by Joost (Canon) on Jan 23, 2007 at 00:38 UTC | |
|
Re: Trial and error problems in Perl
by Fletch (Bishop) on Jan 23, 2007 at 00:36 UTC |