Difference between revisions of "Gb.pickRandomSeed"

From Gamebuino Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} __NOTOC__ == 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...")
 
m (Reverted edits by Matrix828 (talk) to last revision by Rodot)
 
(3 intermediate revisions by one other user not shown)
(No difference)

Latest revision as of 2014-08-04T23:39:30

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