setRNG (version 2024.2-1)

random.number.test: Test the random number generator

Description

Test the random number generator.

Usage

random.number.test()

Value

logical

Arguments

None

Side Effects

Executes stop() if the tests fail.

Details

This function checks that the RNG is working properly and has not been changed. If the RNG does not return values as in previous versions of R then the function executes stop(). Since changes to the RNG will cause comparisons of simulation results to fail, this is a useful check before investigating more complicated problems that may be a result of other "improvements" in your simulation or estimation programs.

See Also

Examples

Run this code
  random.number.test()

Run the code above in your browser using DataLab