Title: B7 Random Number
Author: blogvii
Published: <strong>2024년 11월 3일</strong>
Last modified: 2024년 11월 3일

---

플러그인 검색

![](https://ps.w.org/b7-random-number/assets/banner-772x250.png?rev=3180730)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/b7-random-number/assets/icon-128x128.png?rev=3180730)

# B7 Random Number

 작성자: [blogvii](https://profiles.wordpress.org/blogvii/)

[다운로드](https://downloads.wordpress.org/plugin/b7-random-number.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/b7-random-number/#description)
 * [평가](https://ko.wordpress.org/plugins/b7-random-number/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/b7-random-number/#installation)
 * [개발](https://ko.wordpress.org/plugins/b7-random-number/#developers)

 [지원](https://wordpress.org/support/plugin/b7-random-number/)

## 설명

The B7 Random Number plugin allows you to easily generate random numbers directly
within your WordPress posts, pages, or widgets. With customizable parameters, you
can specify the range, format, and even the type of number (odd or even) you want
to display.

### Parameters

 * **min**: Specify the minimum value for the random number. Default is `1`.
 * **max**: Specify the maximum value for the random number. Default is `100`.
 * **count**: Define how many random numbers to generate. Default is `1`.
 * **type**: Set the type of number to generate. Use `even` for even numbers and`
   odd` for odd numbers.
 * **comma**: Control the formatting of the output. Set to `yes` to include commas
   in large numbers, or `no` to remove them. Default is `yes`.
 * **decimals**: Specify the number of decimal places for the generated number. 
   Default is `0`.
 * **prefix**: Add a prefix to the generated number. For example: `ID-`.
 * **suffix**: Add a suffix to the generated number. For example: `-XYZ`.

### Key Features

 * **Versatile Number Generation**: Generate random numbers between specified minimum
   and maximum values.
 * **Multiple Configurations**: Control the output with options for number formatting,
   decimal places, and inclusion of prefixes and suffixes.
 * **Type Control**: Choose to generate only odd or even numbers based on your requirements.

### Shortcode Examples

 * Basic usage: `[blogvii_rand_number]`
 * Specific range: `[blogvii_rand_number min=1 max=100]`
 * Generate multiple numbers: `[blogvii_rand_number count=5]`
 * Odd number only: `[blogvii_rand_number type=odd]`
 * With prefix: `[blogvii_rand_number prefix="ID-"]`

## 스크린샷

[⌊Example of using the shortcode [blogvii_random_number] with parameters..⌉⌊Example
of using the shortcode [blogvii_random_number] with parameters..⌉[

Example of using the shortcode [blogvii_random_number] with parameters..

## 설치

 1. Install and activate the plugin from your WordPress Admin Dashboard.
 2. Insert the shortcode into your content where you want the random number to appear.
 3. Customize the shortcode with parameters as needed to fit your use case.

## FAQ

### 1. What is the B7 Random Number plugin?

The B7 Random Number plugin allows you to generate random numbers within your WordPress
posts, pages, or widgets using a simple shortcode. You can customize the range, 
formatting, and type of number generated.

### 2. How do I use the shortcode?

To use the shortcode, simply insert `[blogvii_random_number]` into your post or 
page. You can customize it with parameters like `min`, `max`, `count`, `type`, `
prefix`, and `suffix` to fit your needs.

### 3. Can I specify a range for the random numbers?

Yes! You can specify a minimum and maximum range using the `min` and `max` attributes.
For example: `[blogvii_random_number min=1 max=100]` will generate a random number
between 1 and 100.

### 4. Is it possible to generate multiple random numbers?

Absolutely! You can generate multiple random numbers by using the `count` attribute.
For example: `[blogvii_random_number count=5]` will generate five random numbers.

### 5. Can I generate only odd or even numbers?

Yes, you can specify the type of number you want to generate by using the `type`
attribute. Use `type=even` for even numbers and `type=odd` for odd numbers. For 
example: `[blogvii_random_number type=even]`.

### 6. How can I format the numbers?

You can control the formatting of the output using the `comma` and `decimals` attributes.
Set `comma=no` to remove commas, and specify the number of decimal places with the`
decimals` attribute, like so: `[blogvii_random_number decimals=2]`.

### 7. What happens if I set an invalid range?

If the minimum value is not less than the maximum value, the shortcode will return
an error message: “Invalid range: min must be less than max.”

### 8. Can I add a prefix or suffix to the generated number?

Yes, you can add a prefix or suffix by using the `prefix` and `suffix` attributes.
For example: `[blogvii_random_number prefix="ID-" suffix="-XYZ"]` will output something
like “ID-45-XYZ”.

### 9. Is this plugin secure?

Yes, the B7 Random Number plugin utilizes WordPress’s built-in functions for secure
random number generation and data sanitization, ensuring a secure experience.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“B7 Random Number”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ blogvii ](https://profiles.wordpress.org/blogvii/)

[자국어로 “B7 Random Number”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/b7-random-number)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/b7-random-number/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/b7-random-number/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/b7-random-number/)을 [RSS](https://plugins.trac.wordpress.org/log/b7-random-number/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0 – Release Date 27th Oct 2024

Initial release.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **2년 전**
 *  활성화된 설치 **60+**
 *  워드프레스 버전 ** 5.9 또는 그 이상 **
 *  다음까지 시험됨: **6.6.7**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/b7-random-number/)
 * 태그:
 * [number](https://ko.wordpress.org/plugins/tags/number/)[random](https://ko.wordpress.org/plugins/tags/random/)
   [random number](https://ko.wordpress.org/plugins/tags/random-number/)
 *  [고급 보기](https://ko.wordpress.org/plugins/b7-random-number/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/b7-random-number/reviews/)

## 기여자

 *   [ blogvii ](https://profiles.wordpress.org/blogvii/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/b7-random-number/)