'Declaration Public Sub FillRandomRange( _ ByVal itemCount As Integer, _ ByVal from As Integer, _ ByVal to As Integer _ )
'Usage Dim instance As DataSeries Dim itemCount As Integer Dim from As Integer Dim to As Integer instance.FillRandomRange(itemCount, from, to)
Parameters
- itemCount
- count of random items
- from
- the random values must be greater than this value
- to
- the random values must be smaller than this value