vb.net math.random code example Example: random number generator vb.net Dim randNum As New Random MsgBox(randNum.Next(1, 100))