[det]random_numlist(+P,
+L, +U, -List)Unify List with an ascending list of integers between L
and U (inclusive). Each integer in the range L..U
is included with probability P.
- Compatibility
- SICStus 4
- Introduced in 8.5.4 (👉aac3bf2) random_subseq/3 and random_numlist/4 to library(random). Compatible with SICStus.