| Package | Description |
|---|---|
| org.bytedeco.systems.global | |
| org.bytedeco.systems.linux |
| Modifier and Type | Method and Description |
|---|---|
static int |
linux.initstate_r(int __seed,
byte[] __statebuf,
long __statelen,
random_data __buf) |
static int |
linux.initstate_r(int __seed,
ByteBuffer __statebuf,
long __statelen,
random_data __buf) |
static int |
linux.initstate_r(int __seed,
BytePointer __statebuf,
long __statelen,
random_data __buf) |
static int |
linux.random_r(random_data __buf,
int[] __result) |
static int |
linux.random_r(random_data __buf,
IntBuffer __result) |
static int |
linux.random_r(random_data __buf,
IntPointer __result) |
static int |
linux.setstate_r(byte[] __statebuf,
random_data __buf) |
static int |
linux.setstate_r(ByteBuffer __statebuf,
random_data __buf) |
static int |
linux.setstate_r(BytePointer __statebuf,
random_data __buf) |
static int |
linux.srandom_r(int __seed,
random_data __buf) |
| Modifier and Type | Method and Description |
|---|---|
random_data |
random_data.end_ptr(IntPointer setter) |
random_data |
random_data.fptr(IntPointer setter) |
random_data |
random_data.position(long position) |
random_data |
random_data.rand_deg(int setter) |
random_data |
random_data.rand_sep(int setter) |
random_data |
random_data.rand_type(int setter) |
random_data |
random_data.rptr(IntPointer setter) |
random_data |
random_data.state(IntPointer setter) |
Copyright © 2020. All rights reserved.