Changeset 3875
- Timestamp:
- 10/12/07 17:08:21 (15 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
library/random.lgt (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/random.lgt
r3455 r3875 4 4 5 5 :- info([ 6 version is 1. 3,6 version is 1.4, 7 7 author is 'Paulo Moura', 8 date is 2007/ 3/24,8 date is 2007/10/13, 9 9 comment is 'Random number generator predicates.']). 10 10 11 :- synchronized . % make all object predicates multi-threading aware11 :- synchronized([random/1, randseq/4, randset/4, reset_seed/0, set_seed/1]). 12 12 13 13 :- initialization(::reset_seed). -
trunk/RELEASE_NOTES.txt
r3874 r3875 43 43 Added a BOM to the "babel.lgt" UTF-8 file in the "encodings" example in 44 44 order to improve compatibility with SICStus Prolog. 45 46 Updated the library object "random" by replacing the synchronized/0 47 directive by a synchronized/1 directive listing only the predicates 48 that modify the random number seed. 45 49 46 50 Added syntax coloring support for the GtkSourceView 2.x text widget
