Table of Contents

srand

Description

Seed the pseudorandom number generator.

Function prototype

void srand <uint:seed>

Arguments

Name Type Comment
seed uint The seed value.

Return value

None.

Example

srand 373278423

Comments

None.

See also