认识随机函数rand()和srand(unsigned int )

随机函数rand

/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) /
/
Author: Nicolas Hery - http://nicolashery.com /
/
Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff /
/
Source: https://github.com/nicolahery/markdownpad-github */

/* RESET
=============================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}

/* BODY
=============================================================================*/

body {
font-family: Helvetica, arial, freesans, clean, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #333;
background-color: #fff;
padding: 20px;
max-width: 960px;
margin: 0 auto;
}

body>*:first-child {
margin-top: 0 !important;
}

body>*:last-child {
margin-bottom: 0 !important;
}

/* BLOCKS
=============================================================================*/

p, blockquote, ul, ol, dl, table, pre {
margin: 15px 0;
}

/* HEADERS
=============================================================================*/

h1, h2, h3, h4, h5, h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
font-size: inherit;
}

h1 {
font-size: 28px;
color: #000;
}

h2 {
font-size: 24px;
border-bottom: 1px solid #ccc;
color: #000;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 14px;
}

h6 {
color: #777;
font-size: 14px;
}

body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {
margin-top: 0;
padding-top: 0;
}

a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
margin-top: 0;
padding-top: 0;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
margin-top: 10px;
}

/* LINKS
=============================================================================*/

a {
color: #4183C4;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* LISTS
=============================================================================*/

ul, ol {
padding-left: 30px;
}

ul li > :first-child,
ol li > :first-child,
ul li ul:first-of-type,
ol li ol:first-of-type,
ul li ol:first-of-type,
ol li ul:first-of-type {
margin-top: 0px;
}

ul ul, ul ol, ol ol, ol ul {
margin-bottom: 0;
}

dl {
padding: 0;
}

dl dt {
font-size: 14px;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 15px 0 5px;
}

dl dt:first-child {
padding: 0;
}

dl dt>:first-child {
margin-top: 0px;
}

dl dt>:last-child {
margin-bottom: 0px;
}

dl dd {
margin: 0 0 15px;
padding: 0 15px;
}

dl dd>:first-child {
margin-top: 0px;
}

dl dd>:last-child {
margin-bottom: 0px;
}

/* CODE
=============================================================================*/

pre, code, tt {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code, tt {
margin: 0 0px;
padding: 0px 0px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
}

pre>code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent;
}

pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}

pre code, pre tt {
background-color: transparent;
border: none;
}

kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #DDDDDD;
background-image: linear-gradient(#F1F1F1, #DDDDDD);
background-repeat: repeat-x;
border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
border-image: none;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 10px;
padding: 1px 4px;
}

/* QUOTES
=============================================================================*/

blockquote {
border-left: 4px solid #DDD;
padding: 0 15px;
color: #777;
}

blockquote>:first-child {
margin-top: 0px;
}

blockquote>:last-child {
margin-bottom: 0px;
}

/* HORIZONTAL RULES
=============================================================================*/

hr {
clear: both;
margin: 15px 0;
height: 0px;
overflow: hidden;
border: none;
background: transparent;
border-bottom: 4px solid #ddd;
padding: 0;
}

/* TABLES
=============================================================================*/

table th {
font-weight: bold;
}

table th, table td {
border: 1px solid #ccc;
padding: 6px 13px;
}

table tr {
border-top: 1px solid #ccc;
background-color: #fff;
}

table tr:nth-child(2n) {
background-color: #f8f8f8;
}

/* IMAGES
=============================================================================*/

img {
max-width: 100%
}

rand函数

int rand( void );

该函数是一个无参数函数,返回值是一个int类型的随机数,其值的范围是[0 , 0x7fff]即[0 , 32767]。虽然这个函数不需要参数,但是rand函数运行是需要一个seed(种子),种子由srand()函数提供。这个srand函数我们待会在介绍.rand函数在产生随机数前,需要系统提供的生成伪随机数序列的种子,rand根据这个种子的值产生一系列随机数。如果系统提供的种子没有变化,每次调用rand函数生成的伪随机数序列都是一样的。srand(unsigned seed)通过参数seed改变系统提供的种子值,从而可以使得每次调用rand函数生成的伪随机数序列不同,从而实现真正意义上的“随机”。通常可以利用系统时间来改变系统的种子值,即srand(time(NULL)),可以为rand函数提供不同的种子值,进而产生不同的随机数序列。

srand函数

void srand(unsigned seed);

srand和rand()配合使用产生伪随机数序列。只要该函数的参数发生变化,rand函数就能产生随机值,如果该函数的参数是一个定值,那么rand函数每次函数的随机数就和上一次产生的值一样.如果我们需要多次调用rand函数,产生不同的随值,我们就需要给他设置不同的seed。

实例一:

#include<stdio.h>
#include<stdlib.h>
int main()
{
    int i;
    unsigned int seed;
    int input;
    for(i=0;i<10;i++)
    {
        scanf("%d",&input);
        seed = (unsigned)input;
        srand(seed);
        printf("Random value is %d\n",rand());
    }
    return 0;
}

运行上面的程序后,我们又发现,我们不能保证每次输入的seed值绝对与上次不一样。于是我们采用时间来作为seed,因为时间当前时间总是在变化的,或者说时间流逝的距离总是在变化的。我们可以采用当前前时间作为种子。

实例二:

#include<stdio.h>
#include<stdlib.h>
#include<time.h>
int main()
{
    int i;
    time_t t;
    srand((unsigned)time(&t));
    for(i =0; i<10;i++)
    {
        printf("Random value is %d\n",rand());
    }
    return 0;
}

产生指定区间内的随机数

在实际的编程的时候,我们不总是需要[0 , 0x7fff]区间内的所有数,可能我们只需要其中一部分[0 , 15]内的随机数。这是我们就该避免产生大于15的数。我们可以通过对rand()函数的返回值取余数 RandomValue = rand() % (15 + 1) 。一般的,我们要产生[0 , N]的随机数,可以RandomValue = rand() % (N + 1);如果要产生[0 , N)随机数,可以RandomValue = rand() % N 。需求总是越来越多,需要产生[M , N]区间的随机数是怎么办呢?我们可以认为区间[M , N]是由[0 , N - M]向右边位移 M 个单位得到的。我们通过产生[0 , N - M]区间内的随机数加上M得到 [M , N]区间内的随机数,这好似一个巧妙的转换过程。

实例三:

/*获取区间[2,99]的随机数
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#define M 2
#define N 99
int main()
{
    int i;
    time_t t;
    srand((unsigned)time(&t));
    for(i=0;i<100;i++)
    {
        printf("%d\t",M + rand() % (M - N + 1));
    }
    return 0;
}

产生随机浮点数

rand /(double)RANDMAX; 可以随机产生[0.0 , 1.0]区间内的小数, rand / (double)(RANDMAX + 1) 可以产生[0.0 , 1.0)区间的小数。结合上面产生任意区间数的方法,我们就可以随机产生任意区间内的浮点数了.(注: 第一次rand()产生[M , N)区间内的整数 x1,第二次rand()产生[0.0 ,1.0]的浮点数,最终的到随机在[M , N]区间内的浮点数 FloatValue = x1 + x2).

实例四:

#include<stdio.h>
#include<stdli.h>
#include<time.h>
int Sentinel = 0;//设置哨兵,保证只设置一次种子
double RandomFloate(int M, int N)
{
int RandomValue1;
double RandomValue2;
if(Sentinel == 0)
{
time_t t;
srand((unsigned)time(&t));
}
RandomValue1 = M + rand() % (M - N + 1);
RandomValue2 = rand() / (double)(RAND_MAX + 1);
return RandValue + RandomValue2;
}
int main()
{
    int i;
    for(i= 0;i<100; i++)
        {
            printf("%f\t",RandomFloate(2,5));
        }
}

rand函数误区

rand()函数设置一次种子就可以多次使用。不要将srand((unsigned)time(&t))和rand()这样的组合放在一个循环中,因为在time()函数的单位是秒,可能你的程序在一秒内就运行了 n 次,那么这n次设置的种子就一样的,产生的随机数也是一样的。还需要注意的就是你没有调用srand()函数时候,系统默认你调用了srand(1).

认识随机函数rand()和srand(unsigned int )

时间: 2024-10-24 04:41:35

认识随机函数rand()和srand(unsigned int )的相关文章

C++ 中随机函数 rand() 和 srand() 的用法

C++教程这篇文章给大家讲述的是:C++ 中随机函数 rand() 和 srand() 的用法! 一.rand() 函数名: rand 功 能: 随机数发生器 用 法: int rand(void); 所在头文件: stdlib.h 函数说明 : rand()的内部实现是用线性同余法做的,它不是真的随机数,因其周期特别长,故在一定的范围里可看成是随机的. rand()返回一随机数值的范围在0至RAND_MAX 间.RAND_MAX的范围最少是在32767之间(int).用 unsigned in

随机函数rand()和srand()

C++中随机函数rand()和srand()的用法 一.rand() 函数名:   rand     功   能:   随机数发生器   用   法:   int rand(void); 所在头文件: stdlib.h 函数说明 : rand()的内部实现是用线性同余法做的,它不是真的随机数,因其周期特别长,故在一定 的范围里可看成是随机的. rand()返回一随机数值的范围在0至RAND_MAX 间.RAND_MAX的范围最少是在32767之间(int).用 unsigned int 双字节是

C++中随机函数rand()和srand()的用法

一.rand() 函数名:   rand 功   能:   随机数发生器 用   法:   int rand(void); 所在头文件: stdlib.h 函数说明 : rand()的内部实现是用线性同余法做的,它不是真的随机数,因其周期特别长,故在一定 的范围里可看成是随机的. rand()返回一随机数值的范围在0至RAND_MAX 间.RAND_MAX的范围最少是在32767之间(int).用 unsigned int 双字节是65535,四字节是4294967295的整数范围.0~RAND

awk之随机函数rand()和srand() (转)

转自:http://blog.chinaunix.net/uid-10540984-id-2942041.html 文件: 1234567 abcdefg ...... 现在想要随机抽取5列组成下面的内容,允许重复: 36612 cffab ...... awk -F '' 'BEGIN{srand();for(i=1;i<=5;i++)a[i]=int(rand()*100%7+1)}{for(i=1;i<=5;i++)printf $a[i];printf RS}' file [解析] 思

【转】随机函数的rand、srand用法

from:深海的小鱼儿 地址:http://www.cnblogs.com/xmphoenix/archive/2011/04/07/2008622.html 随机函数的rand.srand用法 一>基础 我们知道rand()函数可以用来产生随机数,但是这不是真真意义上的随机数,是一个伪随机数,是 根据一个数,我们可以称它为种了,为基准以某个递推公式推算出来的一系数,当这系列数很大的时候,就符合正态公布,从而相当于产生了随机数,但这不是真正 的随机数,当计算机正常开机后,这个种子的值是定了的,除

有关rand(),srand()产生随机数学习总结

看到夏雪冬日的有关rand()和srand()产生随机数的总结,挺好的,学习了,然后又有百度其他人的成果,系统总结一下.本文转自夏雪冬日:http://www.cnblogs.com/heyonggang/archive/2012/12/12/2814271.html,Peng Lv:http://www.cnblogs.com/lvpengms/archive/2010/02/03/1663066.html#commentform. 要计算机产生一个随机数不像扔色子一样,计算机的每一步操作,就

rand()和srand()GetTickCount函数用法

标准库<cstdlib>(被包含于<iostream>中)提供两个帮助生成伪随机数的函数: 函数一:int rand(void):从srand (seed)中指定的seed开始,返回一个[seed, RAND_MAX(0x7fff))间的随机整数. 函数二:void srand(unsigned seed):参数seed是rand()的种子,用来初始化rand()的起始值. 可以认为rand()在每次被调用的时候,它会查看:1) 如果用户在此之前调用过srand(seed),给se

用rand()和srand()产生伪随机数的方法总结 【转】

转自:http://blog.chinaunix.net/uid-26722078-id-3754502.html 标准库(被包含于中)提供两个帮助生成伪随机数的函数: 函数一:int rand(void):从srand (seed)中指定的seed开始,返回一个[seed, RAND_MAX(0x7fff))间的随机整数. 函数二:void srand(unsigned seed):参数seed是rand()的种子,用来初始化rand()的起始值. 可以认为rand()在每次被调用的时候,它会

随机函数rand()算法

今天学习了一下随机函数rand的算法. 这个算法叫做线性同余算法(linear congruential generator (LCG)). 不同的编译器取的常数不同,可以参考wiki:http://en.wikipedia.org/wiki/Linear_congruential_generator 以下程序可以输出和系统一样的随机数. 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 5 #define _A 214013LL 6 #