この述語random_permutation
が機能しないのはなぜですか?
http://www.swi-prolog.org/pldoc/doc_for?object=random_permutation/2
?- use_module(library(random)).
% library(pairs) compiled into pairs 0.00 sec, 8,880 bytes
% library(random) compiled into random 0.04 sec, 333,032 bytes
true.
?- L=[1,2,3,4,5], random_permutation(L,P).
ERROR: toplevel: Undefined procedure: random_permutation/2 (DWIM could not correct goal)
どうすればそれを機能させることができますか?