You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/23 23:01:00 UTC

[jira] [Commented] (GEODE-2525) Replace random number implementation with C++11 standards

    [ https://issues.apache.org/jira/browse/GEODE-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061619#comment-16061619 ] 

ASF GitHub Bot commented on GEODE-2525:
---------------------------------------

GitHub user pivotal-jbarrett opened a pull request:

    https://github.com/apache/geode-native/pull/103

    GEODE-2525: Removes MersenneTwister sources.

    Can I get a quick review before I merge.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pivotal-jbarrett/geode-native feature/GEODE-2525-cp

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geode-native/pull/103.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #103
    
----
commit 46a141ca58bdaba3e162dc3e0848a725183169d4
Author: Jacob Barrett <jb...@pivotal.io>
Date:   2017-03-07T16:35:33Z

    GEODE-2525: Removes MersenneTwister sources.

----


> Replace random number implementation with C++11 standards
> ---------------------------------------------------------
>
>                 Key: GEODE-2525
>                 URL: https://issues.apache.org/jira/browse/GEODE-2525
>             Project: Geode
>          Issue Type: Task
>          Components: native client
>            Reporter: Jacob S. Barrett
>            Assignee: Jacob S. Barrett
>
> Remove Mersenne Twister implementation from source. Use C++11 random where appropriate. Refactor random usage to be thread safe as applicable. GsRansom uses spin lock to protect. Consider thread local random.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)