SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | Protected Member Functions | Protected Attributes | Static Package Functions | List of all members
RandUnuran Class Reference

This internal class provides the access point to the C package UNURAN. More...

Collaboration diagram for RandUnuran:
[legend]

Public Member Functions

native void close ()
 

Protected Member Functions

native void init (String genStr)
 
void finalize ()
 
native int getRandDisc (double u, long np)
 
native double getRandCont (double u, long np)
 
native void getRandVec (double u, long np, double[] vec)
 
native void getRandDiscArray (long np, double[] u, double[] uaux, int[] v, int start, int n)
 
native void getRandContArray (long np, double[] u, double[] uaux, double[] v, int start, int n)
 
native boolean isDiscrete ()
 
native boolean isContinuous ()
 
native boolean isContinuousMultivariate ()
 
native boolean isEmpirical ()
 
native boolean isEmpiricalMultivariate ()
 

Protected Attributes

double [] unifArray = null
 
double [] unifAuxArray = null
 
RandomStream mainStream
 
RandomStream auxStream
 
long nativeParams = 0
 

Static Package Functions

 [static initializer]
 

Detailed Description

This internal class provides the access point to the C package UNURAN.

It provides native methods used by UnuranContinuous, UnuranDiscrete and UnuranEmpirical.


The documentation for this class was generated from the following file: