Popular recipes by William Kappele http://code.activestate.com/recipes/users/257378/2002-08-06T15:34:35-07:00ActiveState Code RecipesNormally Distributed Random Numbers (Tcl) 2002-08-06T15:34:35-07:00William Kappelehttp://code.activestate.com/recipes/users/257378/http://code.activestate.com/recipes/143083-normally-distributed-random-numbers/ <p style="color: grey"> Tcl recipe 143083 by <a href="/recipes/users/257378/">William Kappele</a> (<a href="/recipes/tags/graphics/">graphics</a>, <a href="/recipes/tags/math/">math</a>). </p> <p>This recipe produces random numbers from a normal (bell-shaped) distribution. (The rand() command in Tcl produces uniformly distributed random numbers.)</p>