CRnd() equivalent in C#

T

Tom Porterfield

Hi,

Whats the C# equivalent for the Rnd() function in VB?

You have the System.Random object that can take a seed in its constructor.
You then call its Next method to return the random number.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top