Selon Alan Oswald <[EMAIL PROTECTED]>:

> I wonder if someone can tell me how to generate random numbers in Oz.  Is the
> solution different if I am using a Linux platform rather than a Windows
> platform?  IO don't seem to have a os.ozf file (I'm using Windows).

Alan,

All system modules are uniformly available for all platforms, and you won't find
ozf files for most of them because they are native and directly integrated into
the engine (I guess). Anyway, module OS is imported by simply adding OS to an
import list, like this:

import
   X at 'x.ozf'
   OS
   Y at 'y.ozf'

Cheers,

Jorge.


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to