From artb@venus.wmid.amu.edu.pl  Sat Aug  5 17:27:31 2000
Received: from venus.wmid.amu.edu.pl (IDENT:root@venus.wmid.amu.edu.pl [150.254.68.39])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id RAA19948
	for <prolog@swi.psy.uva.nl>; Sat, 5 Aug 2000 17:27:31 +0200 (MET DST)
Received: from ppp (pa55.koszalin.ppp.tpnet.pl [212.160.43.55])
	by venus.wmid.amu.edu.pl (8.9.3/8.9.3) with SMTP id RAA16369
	for <prolog@swi.psy.uva.nl>; Sat, 5 Aug 2000 17:27:31 +0200 (MET DST)
Message-ID: <002801bffef1$85adda40$372ba0d4@ppp>
From: "Artur Bujak" <artb@venus.wmid.amu.edu.pl>
To: <prolog@swi.psy.uva.nl>
Subject: Re: random/1
Date: Sat, 5 Aug 2000 17:26:21 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

random/1 is defined as arithmetic operator. This will work:

?- x is random(100)

--
artb

