hipfort_rocrand.f File Reference#
hipfort_rocrand.f File Reference
Data Types | |
interface | hipfort_rocrand::rocrand_create_generator |
Creates a new random number generator. More... | |
interface | hipfort_rocrand::rocrand_destroy_generator |
Destroys random number generator. More... | |
interface | hipfort_rocrand::rocrand_generate |
Generates uniformly distributed 32-bit unsigned integers. More... | |
interface | hipfort_rocrand::rocrand_generate_char |
Generates uniformly distributed 8-bit unsigned integers. More... | |
interface | hipfort_rocrand::rocrand_generate_short |
Generates uniformly distributed 16-bit unsigned integers. More... | |
interface | hipfort_rocrand::rocrand_generate_uniform |
Generates uniformly distributed float values. More... | |
interface | hipfort_rocrand::rocrand_generate_uniform_double |
Generates uniformly distributed double-precision floating-point values. More... | |
interface | hipfort_rocrand::rocrand_generate_normal |
Generates normally distributed float values. More... | |
interface | hipfort_rocrand::rocrand_generate_normal_double |
Generates normally distributed double values. More... | |
interface | hipfort_rocrand::rocrand_generate_log_normal |
Generates log-normally distributed float values. More... | |
interface | hipfort_rocrand::rocrand_generate_log_normal_double |
Generates log-normally distributed double values. More... | |
interface | hipfort_rocrand::rocrand_generate_poisson |
Generates Poisson-distributed 32-bit unsigned integers. More... | |
interface | hipfort_rocrand::rocrand_initialize_generator |
Initializes the generator's state on GPU or host. More... | |
interface | hipfort_rocrand::rocrand_set_stream |
Sets the current stream for kernel launches. More... | |
interface | hipfort_rocrand::rocrand_set_seed |
Sets the seed of a pseudo-random number generator. More... | |
interface | hipfort_rocrand::rocrand_set_offset |
Sets the offset of a random number generator. More... | |
interface | hipfort_rocrand::rocrand_set_quasi_random_generator_dimensions |
Set the number of dimensions of a quasi-random number generator. More... | |
interface | hipfort_rocrand::rocrand_get_version |
Returns the version number of the library. More... | |
interface | hipfort_rocrand::rocrand_create_poisson_distribution |
Construct the histogram for a Poisson distribution. More... | |
interface | hipfort_rocrand::rocrand_create_discrete_distribution |
Construct the histogram for a custom discrete distribution. More... | |
interface | hipfort_rocrand::rocrand_destroy_discrete_distribution |
Destroy the histogram array for a discrete distribution. More... | |
Modules | |
module | hipfort_rocrand |