well19937.validate {rngwell19937}R Documentation

Checking the installation of the generator

Description

The generator is run with a fixed seed and its output is compared to precomputed values.

Usage

  well19937.validate()

Details

Loading the package rngwell19937 sets RNGkind("user-supplied"). If this setting is changed by the user before calling well19937.validate(), the function resets RNGkind("user-supplied").

Value

The function prints the result of the test. There is no output value.

Examples

        well19937.validate()

[Package rngwell19937 version 0.5-2 Index]