Package | Description |
---|---|
org.bytedeco.ffmpeg.avutil | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVLFG |
AVLFG.index(int setter) |
AVLFG |
AVLFG.position(long position) |
AVLFG |
AVLFG.state(int i,
int setter) |
Modifier and Type | Method and Description |
---|---|
static void |
avutil.av_bmg_get(AVLFG lfg,
double[] out) |
static void |
avutil.av_bmg_get(AVLFG lfg,
DoubleBuffer out) |
static void |
avutil.av_bmg_get(AVLFG lfg,
DoublePointer out)
Get the next two numbers generated by a Box-Muller Gaussian
generator using the random numbers issued by lfg.
|
static int |
avutil.av_lfg_get(AVLFG c)
Get the next random unsigned 32-bit number using an ALFG.
|
static int |
avutil.av_lfg_init_from_data(AVLFG c,
byte[] data,
int length) |
static int |
avutil.av_lfg_init_from_data(AVLFG c,
ByteBuffer data,
int length) |
static int |
avutil.av_lfg_init_from_data(AVLFG c,
BytePointer data,
int length)
Seed the state of the ALFG using binary data.
|
static void |
avutil.av_lfg_init(AVLFG c,
int seed)
\}
|
static int |
avutil.av_mlfg_get(AVLFG c)
Get the next random unsigned 32-bit number using a MLFG.
|
Copyright © 2020. All rights reserved.