Random Int in VB.Net

Posted by brendan on Stack Overflow See other posts from Stack Overflow or by brendan
Published on 2008-08-20T19:54:00Z Indexed on 2010/04/20 18:53 UTC
Read the original article Hit count: 136

Filed under:

I need to generate random integer between 1-n (where n is a positive whole number) to use for a unit test. I don't need something overly complicated to ensure true randomnesses - just an old fashioned random number.

How would I do that?

© Stack Overflow or respective owner

Related posts about vb.net