![]() |
ScalES-PPM
|
compute uniformly distributed floating point numbers More...
#include <float.h>#include <stdlib.h>#include <inttypes.h>#include <math.h>#include "core/yarandom.h"#include "core/ppm_random.h"Functions | |
| double | PPM_ya_frandom (void) |
| float | PPM_ya_frandomf (void) |
| double | PPM_ya_fsgrandom (void) |
| float | PPM_ya_fsgrandomf (void) |
compute uniformly distributed floating point numbers
| double PPM_ya_frandom | ( | void | ) |
PRNG function for uniformly distributed double precision floating-point quantities This routine is synonymous with PPM_drandp.
| float PPM_ya_frandomf | ( | void | ) |
PRNG function for uniformly distributed single precision floating-point quantities This routine is synonymous with PPM_frandp.
| double PPM_ya_fsgrandom | ( | void | ) |
PRNG function for uniformly distributed double precision floating-point quantities This routine is synonymous with PPM_drand.
| float PPM_ya_fsgrandomf | ( | void | ) |
PRNG function for uniformly distributed single precision floating-point quantities This routine is synonymous with PPM_frand.
Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.
1.13.2