accurator/commit

Added modules used by ranked random.

authorChris Dijkshoorn
Sat Apr 2 11:10:31 2016 +0200
committerChris Dijkshoorn
Sat Apr 2 11:10:31 2016 +0200
commita8e959df349cb1640e8f4607860a698ca6e07a7f
tree0b7b817809df558d69841b189cc4633a9a0ce2c1
parenta74ffc88e7f57854aff6a461c336b986201eea4b
Diff style: patch stat
diff --git a/lib/accurator/recommendation/strategy_random.pl b/lib/accurator/recommendation/strategy_random.pl
index 32704ad..73684cc 100644
--- a/lib/accurator/recommendation/strategy_random.pl
+++ b/lib/accurator/recommendation/strategy_random.pl
@@ -4,6 +4,11 @@
 
 :- use_module(library(accurator/accurator_user)).
 :- use_module(library(semweb/rdf_db)).
+:- use_module(library(random)).
+:- use_module(library(pairs)).
+:- use_module(library(apply)).
+:- use_module(library(lists)).
+:- use_module(library(option)).
 
 %%      strategy_random(-Result, +Options)
 %