segunda-feira, 13 de outubro de 2014

Life Class

We started the development of a Cuda C++ Class to simulate life in computational social models. You can download it below.

LifeClass.hpp (updated in 11/20/2014)

The Life class needed a random number generator, and we choose the Mersenne Twister. You can download que Mersenne Twister class here. You will need it to run the class.

Questions? Contact us!

domingo, 5 de outubro de 2014

2D World Class

We developed a Cuda C++ Class to simulate a 2D World space in computational social models. You can download it below.

World2DClass.hpp (updated in 11/20/2014)

The 2D World class need the Life class to work. You can find it here.

Questions? Contact us!