1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 <!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
4 <GATEWAY name="randlib">
5 <!-- =================== -->
8 Interface description. In this file, we define the list of the function which
9 will be available into Scilab and the link to the "native" function.
11 gatewayId is the position in the hashtable 'Interfaces' defined in the
12 file SCI/modules/core/src/c/callinterf.h
14 primitiveId is the position in the hashtable '<module>Table Tab[]' defined
15 in the file modules/<module>/sci_gateway/c/gw_<module>.c
17 primitiveName is the name of the Scilab function
20 @author Sylvestre LEDRU
23 Don't touch if you do not know what you are doing
25 <!-- =================== -->
27 <PRIMITIVE gatewayId="38" primitiveId="1" primitiveName="grand" />