Package org.bytedeco.gsl
Class gsl_rng
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_rng
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_rng extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_rnggetPointer(long i)gsl_rngposition(long position)Pointerstate()gsl_rngstate(Pointer setter)gsl_rng_typetype()gsl_rngtype(gsl_rng_type setter)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_rng
public gsl_rng()
Default native constructor.
-
gsl_rng
public gsl_rng(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_rng
public gsl_rng(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getPointer
public gsl_rng getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_rng_type type()
-
type
public gsl_rng type(gsl_rng_type setter)
-
state
public Pointer state()
-
-