프로그래밍언어/VB.NET

난수생성

부산딸랑이 2013. 3. 1. 01:41

Dim rand As New Random

Dim val As Integer

val = rand.Next(1,1000)