Node:COMPOUND, Next:SUB, Previous:EXTERNAL, Up:Definitions
This is a "meta"-generator which combines a number of PRNG into one single generator by adding the respective numbers modulo 1.
prng_new):
"c(generator1,generator2, ...)".
Up to PRNG_MAX_COMPOUNDS generators are permitted.
generatorX may be any valid generator definition, including
a compound generator.
prng_is_congruential is FALSE.
prng_can_seed is TRUE.
prng_seed is used to
seed all seedable component generators.
prng_can_fast_sub and prng_can_fast_con
depend on the underlying generators.