There are two ways to write error-free programs; only the third works. --Alan J. Perlis
Welcome to my blog about software development and the Microsoft stack.

I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ... more
Share/Print this page:

Subscribe for news, updates and more:

Category: Math and Statistics

topics
math and statistics
[Articles: 3]

Sort:Most RecentUpdatedAuthorPagesViews TodayTotal Views 

Online Random Number Tool

By steve on October 23, 2011.  |  Updated on January 22, 2012.  |  575 views, 3 today.  |  1 page.
 Data  Math and Statistics  Tool 
Generate lists of random numbers online. Choose from different types: boolean, int, decimal, date, time and more.

Online Random Number Generator

By steve on February 14, 2007.  |  Updated on January 22, 2012.  |  10,664 views, 6 today.  |  1 page.
 C#  Data Types  Has Downloads  Has Images  Math and Statistics  Snippet 
Need random numbers? Learn more about our online generator of random numbers.

C# RandomProvider Class

By steve on January 09, 2007.  |  Updated on January 22, 2012.  |  18,646 views, 3 today.  |  1 page.
 .NET  C#  Math and Statistics  Snippet 
I provide a class, RandomProvider, which provides random numbers for several of the .NET data types and based on statistical distributions.