g05tbc generates
logical values
from the relation
where
is a pseudorandom number from a uniform distribution over
, generated by
g05sac using the values of
state as input to this function.
One of the initialization functions
g05kfc (for a repeatable sequence if computed sequentially) or
g05kgc (for a non-repeatable sequence) must be called prior to the first call to
g05tbc.
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
None.
This example prints the first
pseudorandom logical values generated by
g05tbc after initialization by
g05kfc, when the probability of a Nag_TRUE value is
.
None.