[
https://issues.apache.org/jira/browse/RNG-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Herbert resolved RNG-118.
------------------------------
Fix Version/s: 1.3
Assignee: Alex Herbert
Resolution: Implemented
In git master.
> 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
> Assignee: Alex Herbert
> Priority: Major
> Fix For: 1.3
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)