OFFSET
0,1
COMMENTS
Coordinates are independent normally distributed random variables with mean 0 and variance 1.
LINKS
Steven R. Finch, Random Triangles, January 21, 2010. [Cached copy, with permission of the author]
Eric Weisstein's MathWorld, Gaussian Triangle Picking
FORMULA
rho = (-8 + 3*sqrt(3) + Pi)/(-8 + 3*Pi).
EXAMPLE
0.237051025209600286585569504676408571940176916236978...
MATHEMATICA
rho = (-8 + 3*Sqrt[3] + Pi)/(-8 + 3*Pi); RealDigits[rho, 10, 103] // First
PROG
(PARI) (sqrt(27)+Pi-8)/(3*Pi-8) \\ Charles R Greathouse IV, Apr 20 2016
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Oct 31 2014
STATUS
approved