|
-
Nov 2nd, 2005, 07:38 PM
#1
Thread Starter
Junior Member
[RESOLVED] Rock Paper Scissors
I am making a Rock Paper Scissors prgram and I was wondering if anyone could help me create a Random Number generator in VB.NET?
-
Nov 2nd, 2005, 08:10 PM
#2
Re: Rock Paper Scissors
There is the Random class already. If that's not random enough there is an RNG in the CodeBank. Also, there has been some lively discussion on various threads about the relative merits and randomness of the various methods available, so a forum search should turn up more information, including another RNG in the Cryptography namespace, although I don't quite remember the class name off-hand.
-
Nov 3rd, 2005, 05:21 AM
#3
Re: [RESOLVED] Rock Paper Scissors
The Random Class is more than sufficient for this type of game. There will be no problem with duplicate data either as long as you only use 1 instance of it.
Nobody needs a cryptographically strong RPS player
-
Nov 3rd, 2005, 05:24 AM
#4
Re: [RESOLVED] Rock Paper Scissors
Hey, you can never have too much overkill.
-
Nov 3rd, 2005, 05:26 AM
#5
Re: [RESOLVED] Rock Paper Scissors
 Originally Posted by jmcilhinney
Hey, you can never have too much overkill. 
code it in assembly
I don't live here any more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|