Skip to content

Parallel implementation hack of inherently sequential algorithms. Random Number Generators - Additive LFG and GFSR - implemented with NVIDIA CUDA using Continuous Subsequence Technique and Leap Frog Technique. Paper presented in the International AI Conference 2022, Tel Aviv, Israel.

License

Notifications You must be signed in to change notification settings

AdroitAnandAI/Parallel-RNG-using-GPU

Repository files navigation

Parallel-RNG-using-GPU

Parallel implementation of inherently sequential algorithms. NVidia CUDA implementation of Additive Lagged Fibonacci Generator using Continuous Subsequence Technique and GFSR using Leap Frog Technique. Paper presented in KLA AI Conference 2022, Tel Aviv, Israel.

Notable Source Codes:

  • ALFG_Multi.cu
  • ALFG_Single.cu
  • GFSR.cu

About

Parallel implementation hack of inherently sequential algorithms. Random Number Generators - Additive LFG and GFSR - implemented with NVIDIA CUDA using Continuous Subsequence Technique and Leap Frog Technique. Paper presented in the International AI Conference 2022, Tel Aviv, Israel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published