vitasdk
Documentation of the vitasdk
rng.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2_KERNEL_RNG_H_
8 #define _PSP2_KERNEL_RNG_H_
9 
10 #include <psp2/types.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif /* _PSP2_KERNEL_RNG_H_ */
31 
SceSize size
struct size(variable size)
Definition: debug.h:0
int sceKernelGetRandomNumber(void *output, SceSize size)
Fills the output buffer with random data.
unsigned int SceSize
Definition: types.h:56