Skip to content
/ rng Public

Probability distribution generator, distribution types including Gaussian normal distribution, uniform distribution, Pareto distribution, exponential distribution

Notifications You must be signed in to change notification settings

Supmacro/rng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright © 2019 wp.zhou <[email protected]>
   All rights reserved.

>>>>>>>>>>>>>>>>>>>>RNG>>>>>>>>>>>>>>>>>>>>>>

Under certain requirements, the standard random function 
rand of C language can no longer meet our production needs. 
More different types of probability and statistics types 
may be used in the project. 

Here, I refer to https://xoshiro.di.unimi.it/ algorithm 
lists commonly used probability distribution functions 
such as uniform distribution, Gaussian distribution, 
Pareto distribution, etc.

About

Probability distribution generator, distribution types including Gaussian normal distribution, uniform distribution, Pareto distribution, exponential distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages