Generates a sequence of integral numbers within a specified range.
value of the first integer in the sequence.
number of sequential integers to generate.
Both start and count will be truncated into integer, and they should be within the safe integer range.
start
count
Generates a sequence of integral numbers within a specified range.