Skip to content

Provides a randomized number up to the max number provided.

Notifications You must be signed in to change notification settings

jasoncomes/Random-Liquid-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

rand

Provides a randomized number up to the max number provided.

Usage

{{ max_number | rand }}

Parameters

  • max_number string. required. The maximum number to randomize to

Return

  • string. The random number generated.

Example

Input

Your lucky number is {{ 9999 | rand }}

Output

Your lucky number is 4391

About

Provides a randomized number up to the max number provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages