Created on 2014-10-01.00:00:00 last changed 101 months ago
Proposed resolution:
This wording is relative to N3936.
Change [rand.util.seedseq], class seed_seq synopsis, as depicted:
class seed_seq
{
public:
[…]
size_t size() const noexcept;
[…]
};
Change [rand.util.seedseq] around p10, as depicted:
size_t size() const noexcept;-10- Returns: The number of 32-bit units that would be returned by a call to param().
-11- Throws: Nothing.-12- Complexity: Constant time.
[ Urbana 2014-11-07: Move to Ready ]
Obvious.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-30 20:15:43 | admin | set | status: wp -> c++17 |
| 2015-05-22 18:31:21 | admin | set | status: ready -> wp |
| 2014-11-08 16:43:57 | admin | set | messages: + msg7184 |
| 2014-11-08 16:43:57 | admin | set | status: new -> ready |
| 2014-10-08 19:19:44 | admin | set | messages: + msg7139 |
| 2014-10-01 00:00:00 | admin | create | |