Opened 14 years ago
Closed 14 years ago
#2665 closed Patches (fixed)
linear_congruential constuctor
| Reported by: | Owned by: | No-Maintainer | |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | random |
| Version: | Boost 1.37.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Hi.
In <boost/random/linear_congruential.hpp>
line 67: template<class It> line 68: linear_congruential(It& first, It last) { seed(first, last); }
Data member _module dose not init.
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | linear_congruential.hpp.diff added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Patch