If you are looking for software to use, go to Huajun Software Park! software release

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, and business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card) and a photo of yourself holding your ID card) and send it to your email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: front pagePC softwaremanagement softwareOther industries Smart random number generator
Smart random number generator

Intelligent Random Number Generator 4.1 Green Version

QR code
  • Software licensing: free software
  • Software size: 0.15MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2017-09-29
  • Application platform: winall
  • Software language: Simplified Chinese
  • Version: 4.1 Green version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Basic introduction
Intelligent random number generator segment first LOGO
Intelligent random number generator, used to generate random numbers. The number, minimum value, and maximum value can be customized. More functions will be added later.
Similar software
Release Notes
Software address

Smart random number generator screenshot

How to use

After opening the program, enter the minimum value, maximum value, and number, and click Generate to quickly and automatically generate random numbers.

The use of random numbers

Random numbers are used in different techniques of statistics, such as when drawing representative samples from a statistical population, or when assigning experimental animals to different experimental groups, or when performing Monte Carlo simulations. Wait while calculating.
There are many different ways to generate random numbers. These methods are called random number generators. The most important characteristic of random numbers is that the subsequent number it generates has nothing to do with the previous number.
True random numbers are generated using physical phenomena: such as coin toss, dice, spinning wheels, noise using electronic components, nuclear fission, etc. Such random number generators are called physical random number generators. Their disadvantage is that their technical requirements are relatively high.
In practical applications, pseudo-random numbers are often sufficient. These sequences are "seemingly" random numbers, but in fact they are generated by a fixed, repeatable calculation method. Random numbers generated by computers or calculators have a long periodicity. They are not truly random since they can actually be calculated, but they have statistical characteristics similar to random numbers. Such a generator is called a pseudo-random number generator.
In truly critical applications, such as in cryptography, one generally uses truly random numbers.
C language, C++, C#, Java, Matlab and other programming languages ​​​​and software have corresponding random number generation functions, such as rand, etc.

How to generate random numbers

rand_max is a macro that defines the maximum random number generated. The random numbers you want to generate are all integers. If you want to limit the range, just use remainder. rand()()%n, n is the range you specify. , what is generated at this time is a random number of 0-n. If you want to generate a random number of n-m, just generate a random number of 0-(m-n) first, and then add n. If you do not set it, the random number generated every time It's the same, you need to use the seed to set it~~srand()() usually puts time(0) in it, you will understand after checking it.

FAQ

Smart random number generator

Intelligent Random Number Generator 4.1 Green Version

closure