Math.sqrt(Math.random()) * R forked from: 円形ランダム配置

円の中にランダムに点を配置するときは，半径として
r = Math.sqrt(Math.random()) * MAX_R;
を与えると綺麗に配置できます．