Skip to content

A basic GPU implementation of the Mersenne Twister algorithm in Julia

License

Notifications You must be signed in to change notification settings

jenni-westoby/RNG_JuliaGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RNG_JuliaGPU

This repository contains a single script with an example GPU implementation of the Mersenne Twister algorithm in Julia. I do not recommend using this implementation out of the box because the current version has not undergone extensive testing and it has not been optimized to improve speed and memory footprint. It is my ambition that this implementation can serve as a starting point for building a better version.

About

A basic GPU implementation of the Mersenne Twister algorithm in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages