Sciweavers

GECCO
2009
Springer

A fast high quality pseudo random number generator for nVidia CUDA

13 years 9 months ago
A fast high quality pseudo random number generator for nVidia CUDA
Previously either due to hardware GPU limits or older versions of software, careful implementation of PRNGs was required to make good use of the limited numerical precision available on graphics cards. Newer nVidia G80 and Tesla hardware support double precision. This is available to high level programmers via CUDA. This allows a much simpler C++ implementation of Park-Miller random numbers, which provides a four fold speed up compared to an earlier GPU implementation. Code is available via ftp. Categories and Subject Descriptors: D.2.3 [Coding Tools and Techniques]: Top-down programming General Terms: Performance
William B. Langdon
Added 24 Jul 2010
Updated 24 Jul 2010
Type Conference
Year 2009
Where GECCO
Authors William B. Langdon
Comments (0)