Ticket #25 (closed defect: fixed)
random::random/1 behaves differently if debugger is switched on.
| Reported by: | Parker | Owned by: | pmoura |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | compiler | Version: | 2.32.1 |
| Keywords: | Cc: | zoubidoo@… |
Description
When compiled with debugging off I get: ?- random::random(X). X = 0.0923009.
When compiled with set_logtalk_flag(debug,on) ?- random::random(X). fail.
Can anyone reproduce?
SWI-Prolog (Multi-threaded, 32 bits, Version 5.6.57)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
