CORElearn (version 1.54.2)

auxTest: Test functions for manual usage

Description

Test functions for the current state of the development.

Usage

testTime()
testClassPseudoRandom(s, k, m)

Arguments

s

Seed.

k

Length of required output.

m

number of streams.

Value

Depends on the function.

Details

testTime() determines the current time. testClassPseudoRandom(s, k, m) tests the functionality of multiple streams of RNGs.

See Also

CORElearn.

Examples

Run this code
# NOT RUN {
testTime()
# }

Run the code above in your browser using DataLab