powered by
Function for initialing the internal variables. Int must be called only once before any other method.
ranlip.Init(dim, left, right)
The dimension
An array of size dim which determine the domain of p: left|i <= x|i <= right|i
No return value, called to initialise the internal variables.
# NOT RUN { dim<-3 left<-c(0,0,0) right<-c(1,1,1) ranlip.Init(dim, left, right); ranlip.FreeMem(); # }
Run the code above in your browser using DataLab