NextInt16(Random) | Returns a non-negative random 16-bit signed integer that is less than Int16.MaxValue. To return any Int16 use the SampleInt16 method instead. |
NextInt16(Random, Int16, Boolean) | Returns a non-negative random 16-bit signed integer that is within the specified maximum. |
NextInt16(Random, Int16, Int16, Boolean) | Returns a random 16-bit signed integer that is within a specified range. |