]> Repositorios git - scryer-prolog.git/commitdiff
include the new library(random) in the overview
authorMarkus Triska <[email protected]>
Mon, 27 Apr 2020 15:56:46 +0000 (17:56 +0200)
committerMarkus Triska <[email protected]>
Mon, 27 Apr 2020 16:44:59 +0000 (18:44 +0200)
Many thanks to @notoria for this contribution!

README.md

index c1e40c595c24912d1434faee6d97f4262a9b276f..f0d0b6ac6b7bfbda8921a69e7f58fa3a9a5f56c6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -343,6 +343,8 @@ The modules that ship with Scryer&nbsp;Prolog are also called
   for measuring the performance of your code.
 * [`cont`](src/prolog/lib/cont.pl)
   Provides *delimited continuations* via `reset/3` and `shift/1`.
+* [`random`](src/prolog/lib/random.pl)
+  Probabilistic predicates and random number generators.
 
 To read contents of external files, use `phrase_from_file/2` from
 [`library(pio)`](src/prolog/lib/pio.pl) to apply a&nbsp;DCG to