Blog

Massively Parallel RNG using CUDA C, Thrust and C#

On this post I will give you some simple examples how to use the massively parallel GPU on your computer to generate uniformly distibuted psuedo-random numbers.

How to use CPU instructions in CSharp to gain performace

On this blog I will be showing you the simplest way to take advantage of your hardware without introducing any code complexity.