Random Number Not Random | The ASP.NET Forums
Hi, VB.NET 2012 using Framework 4.5 I am trying to get 3 random numbers which works fine within a Windows app but not in a Web app. Protected Function GetNextPhoto(intMaxPics As Integer) As Integer Dim rnd As New Random Dim intRandom As ......