#11 closed defect (fixed)
random class does not accept seed!!!
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | critical | Milestone: | yat 0.3 (Public release) |
Component: | random | Version: | trunk |
Keywords: | Cc: |
Description
The same seed is always used!
Change History (2)
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Milestone: | later → 0.3 (Public release) |
---|
Note: See
TracTickets for help on using
tickets.
The underlying rng had already support for setting seed. Added support through virtual classes Discrete and Continuous (these contain pointers to the underlying rng).