Background for Starfield
Member of the Utility script
int[]functionRandomIntsFromSeed(intaiSeed, intaiCount, intaiMin=0, intaiMax=100)NativeGlobal

Description

Documentation Comment

Generates an array of pseudorandom integer numbers from a specific seed between aiMin and aiMax (inclusive)


Caveats


Parameters

intaiSeed

intaiCount

intaiMin=0

intaiMax=100


Examples

Auto-Generated Example

int myInt__aiSeed
int myInt__aiCount
int myInt__aiMin
int myInt__aiMax

int[] returnedValue = Utility.RandomIntsFromSeed(myInt__aiSeed, myInt__aiCount, myInt__aiMin, myInt__aiMax)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.