Random number generator using cellular automaton


In this program i created a random number generator using cellular automaton . It has a good performance, a little bad then .NET implementation but this is an example program on using cellular automaton.
>
The program is not in english, it represent a dice simulation, the dice is rolled and the each face it appeared is counted, the ideea is to compare and see if the dice faces appear in the same ration. In the end is made a simulation using the .NET implementation of the Random number generator.
'