Click here to Skip to main content
15,886,729 members
Articles / High Performance Computing / Vectorization

XorShift Jump 101, Part 2: Polynomial Arithmetic

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
24 Apr 2020CPOL19 min read 6.5K   3  
Jump forward/backward procedures for XorShift RNG explained step by step
This is a step by step tutorial explaining the math foundations and C++ implementation of the jump forward/backward procedures for the xorshift random number generators family. Part 2 is dedicated to algorithm based on polynomial arithmetic.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions