pub unsafe fn uniform_u32(
    gen: curandGenerator_t,
    out: *mut u32,
    num: usize
) -> Result<(), CurandError>
Expand description

Fills out with num u32 values with all bits random.

See cuRAND docs

Safety

  1. generator must have been allocated and not freed.
  2. out point to num values