rLSgetDistrRV {rLindo}R Documentation

Get the next double random variate of underlying distribution.

Description

R interface function for LINDO API function LSgetDistrRV. For more information, please refer to LINDO API User Manual.

Usage

rLSgetDistrRV(rg)

Arguments

rg

A LINDO API random generator object, returned by rLScreateRG.

Value

ErrorCode

Zero if successful, nonzero otherwise.

pdResult

The next random value from underlying distribution.

References

LINDO SYSTEMS home page at www.lindo.com


[Package rLindo version 8.0.1 Index]