generateUVector {spbal}R Documentation

Generate a vector of two random seeds.

Description

This function generates two seeds, u1 and u2, in the range 0 to 2^11 and 0 to 3^7 respectively. These are returned to the caller in the form of a vector. This is for internal use only.

Usage

generateUVector()

Value

A vector containing two seeds, u1 and u2.

Author(s)

Phil Davies.


[Package spbal version 1.0.0 Index]