Background for Skyrim SE
Member of the clib script
floatfunctioncRandomNumberGenFloat(floatthis, floatthat, boolusePO3=true)Global

Description

Documentation String

Requirements: None

Documentation Comment

Random Number Generation (no limitation aside from VM capability at this point)


Caveats


Parameters

floatthis

floatthat

boolusePO3=true


Examples

Auto-Generated Example

float myFloat__this
float myFloat__that
bool myBool__usePO3

float returnedValue = clib.cRandomNumberGenFloat(myFloat__this, myFloat__that, myBool__usePO3)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.