Skip to content

euler357/ugdist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Convert a Uniform Distribution to a Gaussian Distribution

The TrueRNGv2/3 and many other random number generators often provide a uniform distribution output. This means that you are getting a binary file where each bit has an equal probability of being a zero or one. Some applications need a gaussian distribution.

This code is an example of how to convert from a uniform to a gaussian distribution.

About

How to Convert a Uniform Distribution to a Gaussian Distribution using the Box-Muller Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published