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
24
int
sceKernelGetRandomNumber
(
void
*output,
SceSize
size
);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
/* _PSP2_KERNEL_RNG_H_ */
31
size
SceSize size
struct size(variable size)
Definition:
debug.h:0
sceKernelGetRandomNumber
int sceKernelGetRandomNumber(void *output, SceSize size)
Fills the output buffer with random data.
SceSize
unsigned int SceSize
Definition:
types.h:56
types.h
include
psp2
kernel
rng.h
Vita SDK