function [x, y]  = throwDart() 

[x0,y0] = ginput(1); 

x = x0 + 2*(rand(1) - 0.5); 
y = y0 + 2*(rand(1) - 0.5); 
