mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix a reference to random
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1a0d68e1b7
commit
2e9b4f643a
2 changed files with 5 additions and 1 deletions
|
@ -123,5 +123,9 @@ bool common::check_monomial(const monomial& m) const {
|
|||
return c().check_monomial(m);
|
||||
}
|
||||
|
||||
unsigned common::random() {
|
||||
return c().random();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue