Opened 12 years ago
Closed 12 years ago
#2149 closed defect (fixed)
Matching should *always* be deterministic even if it has some random components
Reported by: | Adrian Pop | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: |
Description
Compiler/runtime/matching_cheap.c has some random parts.
We should implement our own random function so we get the same
results during the testsuite and in production
when our users run the same models.
Change History (2)
comment:1 by , 12 years ago
Status: | new → accepted |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r15796.