Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.37 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
randset/3
randseq/3
random_permutation/2
Packages
Availability:
:- use_module(
library(random)
).
(can be autoloaded)
[det]
random
(
-R:float
)
Binds
R
to a new random float in the
open
interval (0.0,1.0).
See also
-
setrand/1
,
getrand/1
may be used to fetch/set the state.
- In SWI-Prolog,
random/1
is implemented by the function
random_float/0
.
ClioPatria
(version
V3.1.1-40-g9d9e003
)