Finally got it worked out (RE: Checksums and what not)
Finally got it worked out (RE: Checksums and what not)
- Subject: Finally got it worked out (RE: Checksums and what not)
- From: April Gendill <email@hidden>
- Date: Sun, 13 Jun 2004 21:56:41 -0700
I had to build my own random number generator which provides a reliable
randomly generated number. And I finally managed to see the error in my
checksum. NSData is a poor choice for the way to read information in
this case. However there are equally as accurate and much more stable
means and I used them. Thanks to every one for all the information. The
help on this list is second to none.
April.
P.S. I really do have a good reason for needing a predictable "random"
number. My generator is not perfect but it does fairly well.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.