Alex Herbert created RNG-118:
--------------------------------

             Summary: XoRoShiRo PlusPlus generators
                 Key: RNG-118
                 URL: https://issues.apache.org/jira/browse/RNG-118
             Project: Commons RNG
          Issue Type: New Feature
          Components: core
    Affects Versions: 1.3
            Reporter: Alex Herbert


New variants of the XoRoShiRo generators have been written by Blackman and 
Vigna (2019):

These are variants of the StarStar all purpose generators and should be faster 
on architectures where long multiplication (the star operation) is slow:
{noformat}
32-bit
XoShiRo128PlusPlus

64-bit
XoRoShiRo128PlusPlus
XoShiRo256PlusPlus
XoShiRo512PlusPlus
{noformat}
These are new 1024-bit footprint generators to replace the XorShift1024 
generator:
{noformat}
64-bit
XoRoShiRo1024Star
XoRoShiRo1024PlusPlus
XoRoShiRo1024StarStar
{noformat}
Reference [xoshiro / xoroshiro generators|http://prng.di.unimi.it/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to