Reputation: 21389
Working on a Win32 API GUI application in Modula-2 (ISO) and there does not appear to be a way to generate random numbers in the libraries. Before I roll my own PRNG (for fun simulation purpose only, does not need to be cryptographically sound), is there a way to get a random number from Windows?
Upvotes: 0
Views: 1790