[Mono-list] Request for help.

Miguel de Icaza miguel@ximian.com
19 Sep 2001 12:05:25 -0400


> Did you already get one?

Someone already did volunteer for it.
 
> If not, what prereqs am I allowed to use?  CoCreateGuid() would make
> this pretty straightforward... :) I'd probably have to do some
> unmanaged code anyway, to get the ethernet address or CPUID.

For implementing this you should provide a "wrapper" function, as the
code will not always run on Windows.

> If just doing random numbers is ok (probably close enough for
> non-safety-related systems), then I can get away with using
> System.Security.Cryptography.RandomNumberGenerator..  Of course, then
> I'd need a System.Security.Cryptography.RandomNumberGenerator.

It would be great if we could use this one in the future. 

Miguel.