Skip to content
Snippets Groups Projects
Commit 6624f4a7 authored by Faller's avatar Faller
Browse files

Fix Random

parent 6b6369d6
No related branches found
No related tags found
No related merge requests found
Pipeline #6609 passed with warnings
......@@ -23,7 +23,7 @@ public class RandomService implements RandomServiceLocal {
@Asynchronous
public void invoke(Fact hecho) {
Random r = new Random(2222);
Random r = new Random();
final Mechanism longTerm = mecanismos.find("Random");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment