FML
Namespaces | Data Structures | Typedefs
FML::RANDOM Namespace Reference

This namespace deals with generating random numbers and random fields. More...

Namespaces

namespace  GAUSSIAN
 Generate a gaussian random field in real or fourier space from a given power-spectrum and a source of random numbers.
 
namespace  NONGAUSSIAN
 Generate a non-local gaussian random field in real or fourier space from a given power-spectrum and a source of random numbers.
 

Data Structures

class  GSLRandomGenerator
 Generate random numbers using the GSL library (fiducial: gsl_rng_ranlxd1) More...
 
struct  my_gsl_rng
 
class  RandomGenerator
 This is a class for having a unified interface for random numbers in the library. More...
 

Typedefs

typedef std::mt19937 std_random_generator_type
 

Detailed Description

This namespace deals with generating random numbers and random fields.

Typedef Documentation

◆ std_random_generator_type

Definition at line 22 of file RandomGenerator.h.