AIC Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC Commands

AIC_---Artificial-Intelligenc2

Set random seed

 

Syntax

AIC_---Artificial-Intelligenc2(SeedValue)

 

Parameters

Name

Type

Required

Description

SeedValue

Long

Yes

Random seed value (0-2147483647)

 

Return Value

Type

Description

Long

Returns the seed value that was set

 

Remarks

·Ensures reproducible results

·Use same seed for consistent outputs

·0 for random seed (default)

 

Example

' 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.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_GetContent

 

Previous  Top  Next