compile-time configurable linear congruential generator. Plus de détails...
#include <arcane/core/random/LinearCongruential.h>
Types publics | |
typedef IntType | result_type |
Fonctions membres publiques | |
result_type | min () const |
result_type | max () const |
LinearCongruential (IntType x0=1) | |
void | seed (IntType x0) |
IntType | getState () const |
IntType | operator() () |
bool | validation (IntType x) const |
bool | operator== (const LinearCongruential &rhs) const |
void | checkSeed (IntType x) |
Fonctions membres publiques statiques | |
static IntType | apply (IntType x) |
Attributs publics statiques | |
static const bool | has_fixed_range = true |
static const result_type | min_value = ( c == 0 ? 1 : 0 ) |
static const result_type | max_value = m-1 |
static const IntType | multiplier = a |
static const IntType | increment = c |
static const IntType | modulus = m |
Attributs privés | |
IntType | _x |
compile-time configurable linear congruential generator.
Définition à la ligne 49 du fichier LinearCongruential.h.
typedef IntType Arcane::LinearCongruential< IntType, a, c, m, val >::result_type |
Définition à la ligne 52 du fichier LinearCongruential.h.
|
inlineexplicit |
Définition à la ligne 62 du fichier LinearCongruential.h.
|
inlinestatic |
Définition à la ligne 83 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 91 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 77 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 61 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 60 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 78 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 88 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 70 du fichier LinearCongruential.h.
|
inline |
Définition à la ligne 87 du fichier LinearCongruential.h.
|
private |
Définition à la ligne 99 du fichier LinearCongruential.h.
|
static |
Définition à la ligne 53 du fichier LinearCongruential.h.
|
static |
Définition à la ligne 57 du fichier LinearCongruential.h.
|
static |
Définition à la ligne 55 du fichier LinearCongruential.h.
|
static |
Définition à la ligne 54 du fichier LinearCongruential.h.
|
static |
Définition à la ligne 58 du fichier LinearCongruential.h.
|
static |
Définition à la ligne 56 du fichier LinearCongruential.h.