~burner/xsb/debianized-xsb

« back to all changes in this revision

Viewing changes to emu/random_xsb.h

  • Committer: Michael R. Head
  • Date: 2006-09-06 22:11:55 UTC
  • Revision ID: burner@n23-20060906221155-7e398d23438a7ee4
Add the files from the 3.0.1 release package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File:      random_xsb.h
 
2
** Author(s): Baoqiu Cui
 
3
** Contact:   xsb-contact@cs.sunysb.edu
 
4
** 
 
5
** Copyright (C) The Research Foundation of SUNY, 1999
 
6
** 
 
7
** XSB is free software; you can redistribute it and/or modify it under the
 
8
** terms of the GNU Library General Public License as published by the Free
 
9
** Software Foundation; either version 2 of the License, or (at your option)
 
10
** any later version.
 
11
** 
 
12
** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
 
13
** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
14
** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
 
15
** more details.
 
16
** 
 
17
** You should have received a copy of the GNU Library General Public License
 
18
** along with XSB; if not, write to the Free Software Foundation,
 
19
** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
20
**
 
21
** $Id: random_xsb.h,v 1.2 2005/01/14 18:31:28 ruim Exp $
 
22
** 
 
23
*/
 
24
 
 
25
extern int ret_random(CTXTdecl);
 
26
extern int getrand(CTXTdecl);
 
27
extern void setrand(CTXTdecl);
 
28
 
 
29
#define RET_RANDOM      1
 
30
#define GET_RAND        2
 
31
#define SET_RAND        3