set.seed {math} R Documentation

set.seed is the recommended way to specify seeds.

Description

Usage

set.seed(seed);

Arguments

seed

a single value, interpreted as an integer, or NULL (see ‘Details’). [as integer]

Details

set.seed returns NULL, invisibly.

Authors

SMRUCC genomics Institute

Value

This function has no value returns.

Examples


[Package math version 2.33.856.6961 Index]