From 7691a9c46414c2901dae3a47e5b631ca5deee06a Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 5 Sep 2011 22:49:28 -0400 Subject: [PATCH] clarified description --- ping_pong_ball_jar.R | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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. -- 2.30.2