MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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}]]


  • Prev by Date: Re: random points!
  • Next by Date: Re: Slow Show/Graphics in v6.0
  • Previous by thread: Re: random points!
  • Next by thread: Re: random points!