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)