Skip to content

Commit

Permalink
Merge pull request #55 from CST-Group/fixCodeletsProfilerTest
Browse files Browse the repository at this point in the history
Moving CodeletsProfilerTest from cst-desktop to cst
  • Loading branch information
rgudwin authored Apr 25, 2024
2 parents f5cf34e + 7f40164 commit 98e50f4
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public enum Policy {MAX, MIN, RANDOM_FLAT, RANDOM_PROPORTIONAL, ITERATE};

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

/**
* Creates a MemoryContainer.
Expand Down
Loading

0 comments on commit 98e50f4

Please sign in to comment.