![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Functions | |
| int | sceKernelGetRandomNumber (void *output, SceSize size) |
| Fills the output buffer with random data. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
| 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 |