[
https://issues.apache.org/jira/browse/GEODE-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062327#comment-16062327
]
ASF subversion and git services commented on GEODE-2525:
--------------------------------------------------------
Commit 338428a80b53b76a77cdbee7b84e987a7e7ae1d6 in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://git-wip-us.apache.org/repos/asf?p=geode-native.git;h=338428a ]
GEODE-2525: Fixes compiler errors on VS2015.
- uint8_t uniform_int_distribution behavior is not defined in C++11, use
uint16_t.
> 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)