lovr.math.getRandomSeed
EditGet the seed used to initialize the random generator.
seed = lovr.math.getRandomSeed()
Arguments
None
Returns
Name | Type | Description |
seed | number | The new seed. |
See also
lovr.math.setRandomSeed
lovr.math
Get the seed used to initialize the random generator.
seed = lovr.math.getRandomSeed()
None
Name | Type | Description |
seed | number | The new seed. |
lovr.math.setRandomSeed
lovr.math