normal = [] repeat with i = 1 to 1000 normal.add(1 + sqrt(-2 * log(randf())) * cos(2 * PI * randf()) / 2) end repeat