vitasdk
Documentation of the vitasdk

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceLibKernel_stub



Functions

int sceKernelGetRandomNumber (void *output, SceSize size)
 Fills the output buffer with random data. More...
 

Function Documentation

◆ sceKernelGetRandomNumber()

int sceKernelGetRandomNumber ( void *  output,
SceSize  size 
)

Fills the output buffer with random data.

Parameters
[out]output- Output buffer
[in]size- Size of the output buffer, 64 bytes maximum
Returns
0 on success, < 0 on error.