Title: A Random Number
Author: James Harrison
Published: <strong>12, Xineru de 2016</strong>
Last modified: 31, Xunetu de 2024

---

Guetar plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/a-random-number/assets/icon-256x256.png?rev=2093229)

# A Random Number

 By [James Harrison](https://profiles.wordpress.org/randomnumberwp/)

[Download](https://downloads.wordpress.org/plugin/a-random-number.1.2.zip)

[Live Preview](https://ast.wordpress.org/plugins/a-random-number/?preview=1)

 * [Details](https://ast.wordpress.org/plugins/a-random-number/#description)
 * [Reviews](https://ast.wordpress.org/plugins/a-random-number/#reviews)
 *  [Installation](https://ast.wordpress.org/plugins/a-random-number/#installation)
 * [Development](https://ast.wordpress.org/plugins/a-random-number/#developers)

 [Support](https://wordpress.org/support/plugin/a-random-number/)

## Description

The shortcode [arandomnumber] can be added to any post, page, or widget as many 
times as needed to display a random number. The number has a default range of 1 –
100, but can be changed using the min and max attributes, like so:

[arandomnumber min=1 max=10000]: This will output a random number between 1 and 
10,000. (Like this: 8,014)
 [arandomnumber min=-500 max=-1]: This will output a 
random number between -500 and -1. (Like this: -232) [arandomnumber min=50000000
max=60000000]: This will output a random number between 50,000,000 and 60,000,000.(
Like this: 56,449,060)

etc.

If you wish to disable commas, use the comma=no attribute, like so: [arandomnumber
min=100000 max=999999 comma=no]. This will output a random number within the range
without the commas, like this: 456245.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/a-random-number` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the shortcode to display your magic number.

## FAQ

### Why does this plugin exist? It seems kind of pointless?

How dare you. It outputs a random number, so if you need a random number, there 
is nothing better. This is also useful to check if a page is being cached or if 
your server is properly loading since the number will change on every page load.
Use it to add random parameters to forms, urls, etc.

See? That’s practical.

## Reviews

![](https://secure.gravatar.com/avatar/d989645a057abedee791b91c8183b835f7e99637b2b6aac80dc2b6e8f01e49f3?
s=60&d=retro&r=g)

### 󠀁[too bad.. a no go!](https://wordpress.org/support/topic/too-bad-a-no-go/)󠁿

 [griezo](https://profiles.wordpress.org/griezo/) 18, Febreru de 2025

To bad… why there is suddenly a link? A no go.Found a better random numer generator(
B7) without all the nonsens.

![](https://secure.gravatar.com/avatar/ef648e46343bdb166cc99907f265fffcd2f1456bc4be87d4ce43c4c0761585c8?
s=60&d=retro&r=g)

### 󠀁[Started to add ad links](https://wordpress.org/support/topic/started-to-add-ad-links/)󠁿

 [weekender](https://profiles.wordpress.org/weekender/) 23, Xineru de 2025

Suddenly started to post ad links with the random numbers. No go.

![](https://secure.gravatar.com/avatar/b5489faeee2f236878bafdfd1fedd489eb3484bdfbcb59cd8c253136febed8e5?
s=60&d=retro&r=g)

### 󠀁[Works great!](https://wordpress.org/support/topic/works-great-7411/)󠁿

 [dansayswithwords](https://profiles.wordpress.org/dansayswithwords/) 18, Xineru
de 2021

I use it to add a random number to a hidden form field in a form used to invite 
others to register That is then emailed as part of the invitation and entered by
the person when they register to verify them..

![](https://secure.gravatar.com/avatar/a593858f7ad3acae50953468b76e26f98bfd798fa033eb2c40f8fb7659918139?
s=60&d=retro&r=g)

### 󠀁[Useful And Easy To Use](https://wordpress.org/support/topic/useful-and-easy-to-use-21/)󠁿

 [mehdibmm](https://profiles.wordpress.org/mehdibmm/) 21, Mayu de 2018

This plugin is awesome, it’s useful and so easy to use (you just have to insert 
a shortcode anywhere you want and baaaaam).

![](https://secure.gravatar.com/avatar/97914d4a4b7d4b641e33f727d24ea15f5e0a0ecaaca09a5ad8b550b957ae2618?
s=60&d=retro&r=g)

### 󠀁[Works great.](https://wordpress.org/support/topic/works-great-4535/)󠁿

 [JimDixon](https://profiles.wordpress.org/jimdixon/) 14, Avientu de 2017

I needed a way to force a link to reload and not use the cached version. This tool
allowed me to insert a random number in the URL.

![](https://secure.gravatar.com/avatar/400c749a1f1d8a1417850f064920b221e67b4b17f7d6f416ba9f49b319ef5dcd?
s=60&d=retro&r=g)

### 󠀁[Works well](https://wordpress.org/support/topic/works-well-708/)󠁿

 [givememyleg](https://profiles.wordpress.org/givememyleg/) 3, Setiembre de 2016

It does what it says it does. Simple yet works, used it to help me with testing 
page caching.

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/a-random-number/reviews/)

## Contributors & Developers

“A Random Number” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ James Harrison ](https://profiles.wordpress.org/randomnumberwp/)

[Translate “A Random Number” into your language.](https://translate.wordpress.org/projects/wp-plugins/a-random-number)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/a-random-number/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/a-random-number/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/a-random-number/)
by [RSS](https://plugins.trac.wordpress.org/log/a-random-number/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2

 * Updated to the latest WordPress version.

#### 1.1

 * Added comma attribute to remove commas if needed.
 * Released August 19, 2017

#### 1.0

 * Launched A Random Number into the Internets. It’s alive!
 * Released January 8, 2016

## Meta

 *  Version **1.2**
 *  Last updated **2 años ago**
 *  Active installations **800+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **6.5.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/a-random-number/)
 * Tags
 * [random](https://ast.wordpress.org/plugins/tags/random/)[random number](https://ast.wordpress.org/plugins/tags/random-number/)
   [random number generator](https://ast.wordpress.org/plugins/tags/random-number-generator/)
   [rng](https://ast.wordpress.org/plugins/tags/rng/)
 *  [Advanced View](https://ast.wordpress.org/plugins/a-random-number/advanced/)

## Ratings

 3.7 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/a-random-number/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/a-random-number/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/a-random-number/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/a-random-number/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/a-random-number/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/a-random-number/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/a-random-number/reviews/)

## Contributors

 *   [ James Harrison ](https://profiles.wordpress.org/randomnumberwp/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/a-random-number/)