Re: random points!
- To: mathgroup at smc.vnet.net
- Subject: [mg80943] Re: random points!
- From: chuck009 <dmilioto at comcast.com>
- Date: Thu, 6 Sep 2007 05:22:20 -0400 (EDT)
How about a pure function which uses random values of radius and angle within the half-circle to make the points: (Point[{#1*Cos[#2], #1*Sin[#2]}] & )[Random[Real, {0, 0.6}], Random[Real, {Pi, 2*Pi}]]