Random number generator
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I need random number generator. In my case, RN generator must to generate random number every second. How can i decide it? If you have any suggestion, help me pls Help me
Hi, If you are using a windows app, you can use a WM_TIMER callback. Other than that you can create a thread that sleeps for a second generates a random number, etc. regards, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook