Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
RNG.hpp File Reference

Vulcan Random Number Generator. More...

#include <Eigen/Core>
#include <cstdint>
#include <random>
Include dependency graph for RNG.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vulcan::rng::RNG
 Vulcan Random Number Generator. More...

Namespaces

namespace  vulcan
namespace  vulcan::rng

Detailed Description

Vulcan Random Number Generator.

Wraps std::mt19937_64 with convenience methods for common distributions used in aerospace simulation and Monte Carlo analysis.