S
Steven Davies
Hi,
Say I have the following declaration:
enum Days {
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY;
}
Is there any way I can get a random value out of it without using a for
loop of random size?
Thanks,
Steven Davies
Say I have the following declaration:
enum Days {
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY;
}
Is there any way I can get a random value out of it without using a for
loop of random size?
Thanks,
Steven Davies