Function Reference

95 built-in functions across 12 categories

@String()

New

Generate random strings

Data Types

@Long()

New

Generate random long values (8 bytes)

Data Types

@Integer()

New

Generate random integer values (4 bytes)

Data Types

@Double()

New

Generate random double values (8 bytes)

Data Types

@Float()

New

Generate random float values (4 bytes)

Data Types

@Enum()

New

Generate random constant values

Data Types

@Bool()

New

Generate boolean values

Data Types

@RegExp()

New

Generate values based on regex pattern

Data Types

@Repeat()

New

Generate an array by repeating a value N times

Array

@Sequence()

New

Generate an arithmetic sequence array

Array

@Shuffle()

New

Randomly shuffle input items

Array

@Sample()

New

Sample N unique items from input list without replacement

Array

@OneOf()

New

Randomly select one item from input list

Array

@Timestamp()

New

Generate current timestamp

Date and Time

@LocaleTime()

New

Generate localized current time

Date and Time

@LocaleDate()

New

Generate localized current date

Date and Time

@LocaleDateTime()

New

Generate localized current datetime

Date and Time

@Month()

New

Generate random month names

Date and Time

@Week()

New

Generate random week names

Date and Time

@Guid()

New

Generate GUID-based IDs

ID Generation

@Uuid()

New

Generate UUID-based IDs

ID Generation

@IncId()

New

Generate incremental IDs (node-unique)

ID Generation

@SnowId()

New

Generate Snowflake-based IDs (distributed unique)

ID Generation

@Word()

New

Generate words

Text Information

@Title()

New

Generate titles

Text Information

@Sentence()

New

Generate sentences

Text Information

@TangPoetry()

New

Generate Tang poetry

Text Information

@Paragraph()

New

Generate paragraphs

Text Information

@Article()

New

Generate articles

Text Information

@Country()

New

Generate countries (ISO 3166-1 standard)

Geographic Information

@Province()

New

Generate provinces

Geographic Information

@City()

New

Generate cities

Geographic Information

@Address()

New

Generate addresses

Geographic Information

@Latitude()

New

Generate latitude values

Geographic Information

@Longitude()

New

Generate longitude values

Geographic Information

@Coordinates()

New

Generate random coordinates (format: longitude,latitude)

Geographic Information

@Zip()

New

Generate postal codes

Geographic Information

@Md5()

New

@Sha()

New

@Locale()

New

@TimeZone()

New

@Age()

New

@Name()

New

@Password()

New

@Firstname()

New

@Lastname()

New

@Mobile()

New

@Landline()

New

@Email()

New

@Gender()

New

@Education()

New

@AppName()

New

@AppVersion()

New

@IPv4()

New

@IPv6()

New

@Mac()

New

@Port()

New

@Protocol()

New

@Url()

New

@Emoji()

New

@Color()

New

@Brand()

New

Generate car brand

Car

@Drivetrain()

New

Generate drivetrain

Car

@Engine()

New

Generate car engine

Car

@Horsepower()

New

Generate car horsepower

Car

@Plate()

New

Generate license plate

Car

@Vehicle()

New

Generate vehicle

Car

@CodeSnippet()

New

Generate code

Code

@ErrorType()

New

Generate error

Code

@Html()

New

Generate HTML content

Code

@Markdown()

New

Generate Markdown content

Code

@ProgrammingLanguage()

New

Generate programming language

Code

@Browser()

New

Generate browser

Computer

@CloudService()

New

Generate cloud service

Computer

@Os()

New

Generate operating system

Computer

@Ram()

New

Generate memory

Computer

@CpuModel()

New

Generate CPU model

Computer

@Database()

New

Generate database

Computer

@Device()

New

Generate device name

Computer

@FileName()

New

Generate file name

Computer

@FilePath()

New

Generate file path

Computer

@Framework()

New

Generate framework

Computer

@GpuModel()

New

Generate GPU model

Computer

@HttpStatus()

New

Generate HTTP status code

Computer

@Vulnerability()

New

Generate vulnerability

Computer

@Base64()

New

Generate Base64 string

Cipher

@Hash()

New

Generate hash value

Cipher

@Hex()

New

Generate hexadecimal value

Cipher

@KeyPair()

New

Generate key pair

Cipher

@SymmetricKey()

New

Generate symmetric encryption key

Cipher

@Amount()

New

Generate random amount

Financial

@BudgetCategory()

New

Generate budget category

Financial

@Currency()

New

Generate currency

Financial

@InvoiceNumber()

New

Generate invoice number

Financial

@TaxCode()

New

Generate tax code

Financial