Autopysta
Loading...
Searching...
No Matches
random_generator.h File Reference

Provides utilities for generating random numbers using various probability distributions. More...

#include <random>
#include <cmath>
#include <ctime>

Go to the source code of this file.

Classes

class  random_generator
 Utility class for generating random numbers. More...
 

Detailed Description

Provides utilities for generating random numbers using various probability distributions.

Author
Rafael Delpiano.
Date
08 May 2022

This file contains the random_generator class, which offers static methods to generate random numbers based on different distributions including uniform, logistic, and normal. It also provides initialization for the random number generator.