A.45 library(random): Random numbers
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(random): Random numbers
random/1
random_between/3
random/3
setrand/1
getrand/1
maybe/0
maybe/1
maybe/2
random_perm2/4
random_member/2
random_select/3
random_subseq/3
randset/3
randseq/3
random_permutation/2
random_numlist/4
Packages
Availability:
:- use_module(
library(random)
).
(can be autoloaded)
[semidet]
random_perm2
(
?A, ?B, ?X, ?Y
)
Does
X
=
A
,
Y
=
B
or
X
=
B
,
Y
=
A
with equal probability.