In VB if one wanted to create a random number between a range one could to this:
VB Code:
  1. CInt((2 - 1 + 1) * Rnd() + 1)

Does anyone know how to go about this in c#.

Thanks
Jeremy