lovr.math.getRandomSeed

Edit

Get the seed used to initialize the random generator.

seed = lovr.math.getRandomSeed()

Arguments

None

Returns

NameTypeDescription
seednumber The new seed.

See also