Is there a Windows equivalent of Linux's /dev/random?
|
|
|
|
|
|
|
Yes, it's called CryptoAPI. |
||
|
|
|
|
If you're doing .NET development you can use the RandomNumberGenerator class. |
||
|
|
|
|
Kind of... Look in here for some details. http://en.wikipedia.org/wiki/CryptGenRandom#Using_RtlGenRandom You are going to be better off using the programming languages random generator functions. EDIT - Can I ask what is the goal you are trying to achieve? |
||||
|
