|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Set random seed
AIC_---Artificial-Intelligenc2(SeedValue)
Name
Type
Required
Description
SeedValue
Long
Yes
Random seed value (0-2147483647)
Type
Description
Long
Returns the seed value that was set
·Ensures reproducible results
·Use same seed for consistent outputs
·0 for random seed (default)
' Set random seed for reproducibilityAIC_---Artificial-Intelligenc2(12345)' Now API calls will produce consistent results
Sets a random seed to ensure reproducible AI generation results.
AIC_---Artificial-Intelligenc2, AIC_GetContent
Previous Top Next