vitasdk
Documentation of the vitasdk
|
Exports for User.
Include the header file in your project:
Link the library to the executable:
Functions | |
int | sceKernelGetRandomNumber (void *output, SceSize size) |
Fills the output buffer with random data. More... | |
int sceKernelGetRandomNumber | ( | void * | output, |
SceSize | size | ||
) |
Fills the output buffer with random data.
[out] | output | - Output buffer |
[in] | size | - Size of the output buffer, 64 bytes maximum |