root/tags/lgt2306/library/random.notes

Revision 3856, 0.7 KB (checked in by pmoura, 16 months ago)

Updated release number 2.30.6.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.30.6
4
5Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved.
6================================================================
7
8
9To load all entities in this library load the random_loader.lgt utility
10file:
11
12    | ?- logtalk_load(random_loader).
13
14The object random implements a basic random number generators.
15
16If you need more than one random number generator, just define or
17create new objects as extensions of the object random. Be sure to
18initialize the seeds of the new random generator objects by using the
19message reset_seed/0.
Note: See TracBrowser for help on using the browser.