Uniformly Distributed Random Number Generator description
This is a class called urand I wrote to generate random numbers with a perfectly even distribution. If, for example, you want a sequence of 12 random numbers from 0 to 5, this random number generator might put out 3 4 1 0 5 2 5 0 1 4 2 3 whereas a traditional random number generator might output 5 5 0 1 0 4 2 5 3 0 1 3.
File List:
Random Number generator.txt
7Kb
Similar code
Priority Scheduling Simulation
(Popularity: ) : This is the simulation of priority scheduling.. PocketLift
(Popularity: ) : A demonstration of coding for the PocketPC. Really it is nice because it shows those new to PocketPC programming that it can be done without too much trouble. I also use alot of GDI graphics, not as good as OpenGL, ... Jeffrey
(Popularity: ) : This is the simulation of Round Robin. This program was made in graphics mode,, and it was great... it simulates how round robin runs in a process...