Logtalk 2.30.7 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1973 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-11-06 01:50:09 +00:00
parent 6c3aee8c63
commit 42aabce1bb
320 changed files with 2252 additions and 1289 deletions

View File

@@ -3,12 +3,12 @@
implements(randomp)).
:- info([
version is 1.3,
version is 1.4,
author is 'Paulo Moura',
date is 2007/3/24,
date is 2007/10/13,
comment is 'Random number generator predicates.']).
:- synchronized. % make all object predicates multi-threading aware
:- synchronized([random/1, randseq/4, randset/4, reset_seed/0, set_seed/1]).
:- initialization(::reset_seed).