Plugin info

Total downloads: 3,136
Active installs: 100
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/8/2020 (2184 days ago)
Added to WordPress: 1/8/2020 (5 years old)
Minimum WordPress version: 5.0.0
Tested up to WordPress version: 5.3.18
Minimum PHP version: 7.1

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2184 days ago

20/100

Is Random Numbers Generator abandoned?

Possibly abandoned (last update 2184 days ago).

Compatibility

Requires WordPress: 5.0.0
Tested up to: 5.3.18
Requires PHP: 7.1

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Extended Random Number Generator
Rating 5.0/5 (1 reviews)Active installs 70
Random numbers – WordPress Random numbers builder plugin
Rating 5.0/5 (1 reviews)Active installs 10

Description

This plugin allows you to display pre-formatted random numbers for testing or demonstration purposes.

Attributes:
range: Two numbers separated by a comma. The output will contain a number between the mininum and maximum value, in that order.
format: Any string containing at least the # character. The # character is a placeholder for the generated number. If a single digit integer follows the #, the number will be formatted with the amount of decimals it specifies. By default, the output will be the nubmer by itself. Any other string specified in the format declaration will be echoed as is.
use: The name of a register. When “use” is specified, the first instance of the random number will be registered for reuse.

Examples:
[rann range=1,100]: Outputs a integer between 1 and 100.
[rann range=0.25,2.5 format=#2]: Outputs a float between 0.25 and 2.50
[rann range=-100,100 format=$#]: Outputs a signed integer between -100 and 100, preceded by the dollar sign.
[rann range=1,10 use=mytoken format=$#.95]: Outputs an integer between 1 and 10 preceded by a dollar sign and followed by “.95”; registers the result for later use.
[rann use=mytoken]: Outputs the raw integer registered in the previous example.

Donations

None needed.

Installation

Install and activate the plugin from your WordPress dashboard.

General information about installing WordPress plugins can be found here

Frequently Asked Questions

What is the default value?

The default value is 0 — meaning that the shortcode will echo “0” if no range is specified.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • Initial release.