hiprandgeneratenormal Interface Reference#
hipfort_hiprand::hiprandgeneratenormal Interface Reference
Generates normally distributed floats. More...
Public Member Functions | |
integer(kind(hiprand_status_success)) function | hiprandgeneratenormal_ (generator, output_data, n, mean, stddev) |
Detailed Description
Generates normally distributed floats.
Generates n
normally distributed 32-bit floating-point values and saves them to output_data
.
- Parameters
-
generator - Generator to use output_data - Pointer to memory to store generated numbers n - Number of floats to generate mean - Mean value of normal distribution stddev - Standard deviation value of normal distribution
- Returns
- HIPRAND_STATUS_NOT_INITIALIZED if the generator was not initialized
- HIPRAND_STATUS_LAUNCH_FAILURE if generator failed to launch kernel
- HIPRAND_STATUS_LENGTH_NOT_MULTIPLE if
n
is not even,output_data
is not aligned tosizeof(float2)
bytes, orn
is not a multiple of the dimension of used quasi-random generator
- HIPRAND_STATUS_SUCCESS if random numbers were successfully generated
- HIPRAND_STATUS_NOT_INITIALIZED if the generator was not initialized
Member Function/Subroutine Documentation
◆ hiprandgeneratenormal_()
integer(kind(hiprand_status_success)) function hipfort_hiprand::hiprandgeneratenormal::hiprandgeneratenormal_ | ( | type(c_ptr), value | generator, |
type(c_ptr), value | output_data, | ||
integer(c_size_t), value | n, | ||
real(c_float), value | mean, | ||
real(c_float), value | stddev | ||
) |
The documentation for this interface was generated from the following file: