Re: errors while picking random numbers under constraint and in loop also
- To: mathgroup at smc.vnet.net
- Subject: [mg44174] Re: errors while picking random numbers under constraint and in loop also
- From: bobhanlon at aol.com (Bob Hanlon)
- Date: Sat, 25 Oct 2003 06:26:24 -0400 (EDT)
- References: <bnansj$4df$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Sort[{Random[Real, 10^{-5, -3}], Random[Real, 10^{-5, -3}]}] Bob Hanlon In article <bnansj$4df$1 at smc.vnet.net>, <sean_incali at yahoo.com> wrote: << I'm design a routine to pick random numbers for two coefficients such that when first is less than the second coefficient, then accept, if not pick new random numbers. >><BR><BR>