From: Benjamin Mako Hill Date: Tue, 6 Sep 2011 02:49:28 +0000 (-0400) Subject: clarified description X-Git-Url: https://projects.mako.cc/source/s290-pingpong/commitdiff_plain/7691a9c46414c2901dae3a47e5b631ca5deee06a clarified description --- diff --git a/ping_pong_ball_jar.R b/ping_pong_ball_jar.R index f5fe990..4276adc 100644 --- a/ping_pong_ball_jar.R +++ b/ping_pong_ball_jar.R @@ -1,10 +1,8 @@ # S-290 PingPong Ball # # The following R program was designed for use in cold calling in a -# class room environment. It takes a list of options, selects one at -# random and returns it, and then adjusts the weights so that the -# selected option is relatively less likely to be selected in the next -# draw. +# class room environment that tries to balance true randomness with +# the desire to spread questions out. # # The software was written by Benjamin Mako Hill and # is released into the public domain.