public class XORShiftRandom extends CLAbstractUserProgram
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBERS_COUNT
native declaration : com/nativelibs4java/opencl/util/XORShiftRandom.c
|
| Constructor and Description |
|---|
XORShiftRandom(CLContext context) |
XORShiftRandom(CLProgram program) |
| Modifier and Type | Method and Description |
|---|---|
CLEvent |
gen_numbers(CLQueue commandQueue,
CLBuffer<Integer> seeds,
CLBuffer<Integer> output,
int[] globalWorkSizes,
int[] localWorkSizes,
CLEvent... eventsToWaitFor) |
getProgrampublic static final int NUMBERS_COUNT
public XORShiftRandom(CLContext context) throws IOException
IOExceptionpublic XORShiftRandom(CLProgram program) throws IOException
IOExceptionpublic CLEvent gen_numbers(CLQueue commandQueue, CLBuffer<Integer> seeds, CLBuffer<Integer> output, int[] globalWorkSizes, int[] localWorkSizes, CLEvent... eventsToWaitFor) throws CLBuildException
CLBuildExceptionCopyright © 2009-2015. All Rights Reserved.