Title: A Random Number
Author: James Harrison
Published: <strong>12 ianuarie 2016</strong>
Last modified: 3 iunie 2026

---

Caută module

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

# A Random Number

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

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

[Previzualizează live](https://ro.wordpress.org/plugins/a-random-number/?preview=1)

 * [Detalii](https://ro.wordpress.org/plugins/a-random-number/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/a-random-number/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/a-random-number/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/a-random-number/#developers)

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

## Descriere

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.

## Instalare

 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.

## Întrebări frecvente

### 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.

## Recenzii

![](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 februarie 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 ianuarie 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 ianuarie
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 mai 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 decembrie 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 septembrie 2016

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

 [ Citește toate cele 6 recenzii ](https://wordpress.org/support/plugin/a-random-number/reviews/)

## Contributori și dezvoltatori

„A Random Number” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

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

[Tradu „A Random Number” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/a-random-number)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/a-random-number/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/a-random-number/), sau 
abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/a-random-number/)
prin [RSS](https://plugins.trac.wordpress.org/log/a-random-number/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 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

 *  Versiunea **1.2**
 *  Ultima actualizare **Acum 2 luni**
 *  Instalări active: **800+**
 *  Versiune WordPress ** 3.0.1 sau mai recentă **
 *  Testat până la **7.0.3**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/a-random-number/)
 * Etichete
 * [random](https://ro.wordpress.org/plugins/tags/random/)[random number](https://ro.wordpress.org/plugins/tags/random-number/)
   [random number generator](https://ro.wordpress.org/plugins/tags/random-number-generator/)
   [rng](https://ro.wordpress.org/plugins/tags/rng/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/a-random-number/advanced/)

## Evaluări

 3.7 din 5 stele.

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

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/a-random-number/reviews/)

## Contributori

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

## Suport

Probleme rezolvate în ultimele două luni:

     0 din 1

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/a-random-number/)