Merge branch 'master' of https://github.com/mthom/scryer-prolog
This commit is contained in:
@@ -1302,11 +1302,7 @@ impl MachineState {
|
||||
let result = {
|
||||
let mut rand = RANDOM_STATE.borrow_mut();
|
||||
|
||||
if rand.bits(1) == 0 {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
}
|
||||
rand.bits(1) == 0
|
||||
};
|
||||
|
||||
self.fail = result;
|
||||
|
||||
Reference in New Issue
Block a user