Function Reference

95 built-in functions across 16 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

@Title()

New

Generate titles

Text

@Sentence()

New

Generate sentences

Text

@TangPoetry()

New

Generate Tang poetry

Text

@Paragraph()

New

Generate paragraphs

Text

@Article()

New

Generate articles

Text

@Country()

New

Generate countries (ISO 3166-1 standard)

Geographic

@Province()

New

Generate provinces

Geographic

@City()

New

Generate cities

Geographic

@Address()

New

Generate addresses

Geographic

@Latitude()

New

Generate latitude values

Geographic

@Longitude()

New

Generate longitude values

Geographic

@Coordinates()

New

Generate random coordinates (format: longitude,latitude)

Geographic

@Zip()

New

Generate postal codes

Geographic

@Md5()

New

Generate MD5 values

Hash Algorithm

@Sha()

New

Generate SHA hash values

Hash Algorithm

@Locale()

New

Generate locale strings (language + country)

Localization

@TimeZone()

New

Generate timezone strings

Localization

@Age()

New

Generate ages

User

@Name()

New

Generate full names

User

@Password()

New

Generate random passwords

User

@Firstname()

New

Generate first names

User

@Lastname()

New

Generate last names

User

@Mobile()

New

Generate mobile numbers

User

@Landline()

New

Generate landline numbers

User

@Email()

New

Generate email addresses

User

@Gender()

New

Generate genders

User

@Education()

New

Generate education levels

User

@AppName()

New

Generate application names

Network Information

@AppVersion()

New

Generate application versions (format: major.minor.patch[-releaseState][+buildstate])

Network Information

@IPv4()

New

Generate IPv4 addresses

Network Information

@IPv6()

New

Generate IPv6 addresses

Network Information

@Mac()

New

Generate MAC addresses

Network Information

@Port()

New

Generate random server ports

Network Information

@Protocol()

New

Generate network protocols

Network Information

@Url()

New

Generate URLs

Network Information

@Emoji()

New

Generate random emojis

Web

@Color()

New

Generate web color values

Web

@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