rocrand_generate_char Interface Reference#
hipfort_rocrand::rocrand_generate_char Interface Reference
Generates uniformly distributed 8-bit unsigned integers. More...
Public Member Functions | |
integer(kind(rocrand_status_success)) function | rocrand_generate_char_ (generator, output_data, n) |
Detailed Description
Generates uniformly distributed 8-bit unsigned integers.
Generates n
uniformly distributed 8-bit unsigned integers and saves them to output_data
.
Generated numbers are between 0
and 2^8
, including 0
and excluding 2^8
.
- Parameters
-
generator - Generator to use output_data - Pointer to memory to store generated numbers n - Number of 8-bit unsigned integers to generate
- Returns
- ROCRAND_STATUS_NOT_CREATED if the generator wasn't created
- ROCRAND_STATUS_LAUNCH_FAILURE if a HIP kernel launch failed
- ROCRAND_STATUS_LENGTH_NOT_MULTIPLE if
n
is not a multiple of the dimension of used quasi-random generator
- ROCRAND_STATUS_SUCCESS if random numbers were successfully generated
- ROCRAND_STATUS_NOT_CREATED if the generator wasn't created
Member Function/Subroutine Documentation
◆ rocrand_generate_char_()
integer(kind(rocrand_status_success)) function hipfort_rocrand::rocrand_generate_char::rocrand_generate_char_ | ( | type(c_ptr), value | generator, |
type(c_ptr), value | output_data, | ||
integer(c_size_t), value | n | ||
) |
The documentation for this interface was generated from the following file: