Function psp::sys::sceKernelUtilsMt19937UInt

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelUtilsMt19937UInt(
    ctx: *mut SceKernelUtilsMt19937Context
) -> u32
Expand description

Function to return a new psuedo random number.

§Parameters

  • ctx: Pointer to a pre-initialised context.

§Return Value

A pseudo random number (between 0 and MAX_INT).