def i = 0
def a = 1
def b = 3
y=Math.random()*(b-a);
y=Math.random()*(b-a)+a;
y=b-Math.random()*(b-a);
while (b < 10) {
i++
}
for (remainingGuests in 0..9) {
println remainingGuests
}