Hi,
Sorry, I've been busy with courses AND research lately, it 's given me less time to post on the blog.
For an OS course, we have to do the Miller-Rabin test for primality, and it involves forking atleast 3 child processes; getting random numbers from /dev/urandom, etc.
Here is some code for having 2 or more child processes:
http://www.csl.mtu.edu/cs4411.ck/www/NOTES/process/fork/fork-03.c
For reading from /dev/urandom (and why that's a good idea):
http://www.kalyanvarma.net/tech/security/random.html
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment