You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Daniel Pravat (JIRA)" <ji...@apache.org> on 2016/05/12 21:51:13 UTC

[jira] [Created] (MESOS-5372) Add random() to os:: namespace

Daniel Pravat created MESOS-5372:
------------------------------------

             Summary: Add random() to os:: namespace 
                 Key: MESOS-5372
                 URL: https://issues.apache.org/jira/browse/MESOS-5372
             Project: Mesos
          Issue Type: Improvement
          Components: stout
    Affects Versions: 0.29.0
            Reporter: Daniel Pravat
            Assignee: Daniel Pravat
             Fix For: 0.29.0


The function "random()" is not available in Windows. After this improvement the calls to "os::random()" will result in calls to "::random()" on POSIX and "::rand()" on Windows.  



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