Carmichael’s numbers generator – C#
Hi community, Please find below a code snippet I wrote last night for generating the Carmichael’s numbers. This demo was written in C# and it implements TPL to take advantage of multiple processors. It is intended to be demoed at Tech-Ed Australia along with its counterpart written in C++ implementing PPL. See you in two […]
Continue Reading