gb.pickRandomSeed

From Gamebuino Wiki
Jump to: navigation, search

Description

Picks a random seed using a mix of the battery voltage, ambient light sensor and the time elapsed since start up. It should be placed right after gb.begin() and gb.titleScreen(), this way the random seed will depend on how long the user takes to press "A" to leave the title screen.

Syntax

gb.pickRandomSeed();

Parameters

none

Returns

none

Example

See also