This is a follow on from a previously posted question:
http://stackoverflow.com/questions/822323/how-to-generate-a-random-number-in-c
I wish to be able to generate a random number from within a particular range, such as 1 to 6 to mimic the sides of a dice.
How would I go about doing this? I'm used to C# and it seems to be a lot more difficult in C to do this.
Thanks