You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chengxiang Li (JIRA)" <ji...@apache.org> on 2015/09/23 11:59:04 UTC

[jira] [Created] (FLINK-2743) Add new RNG based on XORShift algorithm

Chengxiang Li created FLINK-2743:
------------------------------------

             Summary: Add new RNG based on XORShift algorithm
                 Key: FLINK-2743
                 URL: https://issues.apache.org/jira/browse/FLINK-2743
             Project: Flink
          Issue Type: Improvement
          Components: Core
            Reporter: Chengxiang Li
            Assignee: Chengxiang Li
            Priority: Minor


[XORShift algorithm|https://en.wikipedia.org/wiki/Xorshift] is an optimized algorithm for random number generator, implement a RNG based on it would help to improve the performance of operations where RNG is heavily used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)