C# Station - Forums, Links, Tutorials - C Sharp

Microsoft Most Valuable Professional (MVP)

Downloads

 

 . 
 . 
 . 
 . 
 . 
 . 
 . 
 . 
 . 
 . 

The links on this page hold source code that you can freely download and use.  Please be sure to give the authors credit if you use their work.

Histogram

Free C# histogram class maintains a histogram of input data. Input data is sorted into bins and a count is kept of how many data points fall into each bin. Accumulated data can be displayed as an ASCII stem-leaf diagram or formatted string representation.

Marsenne Twister

Free C# implementation of the Mersenne Twister algorithm, developed by Makoto Matsumoto and Takuji Nishimura in 1996-1997. This algorithm is faster and more efficient, and has a far longer period and far higher order of equidistribution, than other existing generators.

MD4 Class in C#

A public domain MD4 class(4.13K): written by Oren Novotny.

NIST Time

Source code for getting NIST Time (2.64K): written by Saumit Sheth.