Skip to content

Commit

Permalink
trying to solve problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rgudwin committed Apr 15, 2024
1 parent 2209cf6 commit 47df549
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public enum Policy {MAX, MIN, RANDOM_FLAT, RANDOM_PROPORTIONAL, ITERATE};
*/
private Policy policy;

private Memory last;
private int lasti=0;
private volatile Memory last;
private volatile int lasti=0;
private Random rand = new Random();

/**
Expand Down

0 comments on commit 47df549

Please sign in to comment.