class SHAPED_RANDOM |
---|
beta( .. Included as beta |
---|
binomial( .. Included as binomial |
---|
bit( .. Included as bit |
---|
cantor( .. Included as cantor |
---|
card( .. Included as card |
---|
cauchy : FLTD .. Included as cauchy |
---|
chi_square( .. Included as chi_square |
---|
create : SAME .. Included as create |
---|
exponential( .. Included as exponential |
---|
f_dist( .. Included as f_dist |
---|
gamma( .. Included as gamma |
---|
gamma( .. Included as gamma |
---|
gen : GEN .. Included as gen |
---|
geometric( .. Included as geometric |
---|
int( .. Included as int |
---|
poisson( .. Included as poisson |
---|
seed( .. Included as seed |
---|
standard_cantor : FLTD .. Included as standard_cantor |
---|
standard_normal : FLTD .. Included as standard_normal |
---|
t_dist( .. Included as t_dist |
---|
uniform : FLTD .. Included as uniform |
---|
uniform_range( .. Included as uniform_range |
---|
const Cantor_Limit : CARD := 33 ; .. Included as Cantor_Limit |
---|
const Poisson_Limit : FLTD := 12.0d ; .. Included as Poisson_Limit |
---|
const Trial_Limit : CARD := 25 ; .. Included as Trial_Limit |
---|
shared default_gen : GEN ; .. Included as default_gen |
---|
**** | Shared generator |
shared default_gen : GEN ; .. Included as default_gen |
---|
**** | Shared generator |
make_generator : GEN .. Included as make_generator |
---|
attr norm_cache : FLTD ; .. Included as norm_cache |
---|
**** | Cache of normal deviate |
attr norm_cache : FLTD ; .. Included as norm_cache |
---|
**** | Cache of normal deviate |
attr norm_cache_valid : BOOL ; .. Included as norm_cache_valid |
---|
**** | `True' if a value is cached. |
attr norm_cache_valid : BOOL ; .. Included as norm_cache_valid |
---|
**** | `True' if a value is cached. |
attr own_gen : GEN ; .. Included as own_gen |
---|
**** | Individualized generator |
attr own_gen : GEN ; .. Included as own_gen |
---|
**** | Individualized generator |
shared snorm_cache : FLTD ; .. Included as snorm_cache |
---|
**** | Shared version of above. |
shared snorm_cache : FLTD ; .. Included as snorm_cache |
---|
**** | Shared version of above. |
shared snorm_cache_valid : BOOL ; .. Included as snorm_cache_valid |
---|
**** | Shared version of above. |
shared snorm_cache_valid : BOOL ; .. Included as snorm_cache_valid |
---|
**** | Shared version of above. |