generateUVector: Generate a vector of two random seeds.

View source: R/generateUVector.R

generateUVectorR 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.


spbal documentation built on April 4, 2025, 2:05 a.m.