mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
mal_math::random Namespace Reference

Namespaces

namespace  _detail
 
namespace  poisson_disc
 

Functions

vec2 RandomDirection2 (std::mt19937 &gen) noexcept
 Generates a random 2D float direction.
 
vec3 RandomDirection3 (std::mt19937 &gen) noexcept
 Generates a random 3D float direction.
 
vec4 RandomDirection4 (std::mt19937 &gen) noexcept
 Generates a random 4D float direction.
 
template<AnyVec U>
vec2 RandomVector2 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
vec3 RandomVector3 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
vec4 RandomVector4 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
dvec2 RandomDVector2 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
dvec3 RandomDVector3 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
dvec4 RandomDVector4 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
ivec2 RandomIVector2 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
ivec3 RandomIVector3 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
ivec4 RandomIVector4 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
uivec2 RandomUVector2 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
uivec3 RandomUVector3 (std::mt19937 &gen, U const &from, U const &to) noexcept
 
template<AnyVec U>
uivec4 RandomUVector4 (std::mt19937 &gen, U const &from, U const &to) noexcept
 

Function Documentation

◆ RandomDirection2()

vec2 mal_math::random::RandomDirection2 ( std::mt19937 & gen)
inlinenoexcept

Generates a random 2D float direction.

Parameters
genReference to a random number generator.
Returns
A normalized random 2D vector.

Definition at line 73 of file random.hpp.

Here is the call graph for this function:

◆ RandomDirection3()

vec3 mal_math::random::RandomDirection3 ( std::mt19937 & gen)
inlinenoexcept

Generates a random 3D float direction.

Parameters
genReference to a random number generator.
Returns
A normalized random 3D vector.

Definition at line 79 of file random.hpp.

Here is the call graph for this function:

◆ RandomDirection4()

vec4 mal_math::random::RandomDirection4 ( std::mt19937 & gen)
inlinenoexcept

Generates a random 4D float direction.

Parameters
genReference to a random number generator.
Returns
A normalized random 4D vector.

Definition at line 85 of file random.hpp.

Here is the call graph for this function:

◆ RandomDVector2()

template<AnyVec U>
dvec2 mal_math::random::RandomDVector2 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 101 of file random.hpp.

Here is the call graph for this function:

◆ RandomDVector3()

template<AnyVec U>
dvec3 mal_math::random::RandomDVector3 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 103 of file random.hpp.

Here is the call graph for this function:

◆ RandomDVector4()

template<AnyVec U>
dvec4 mal_math::random::RandomDVector4 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 105 of file random.hpp.

Here is the call graph for this function:

◆ RandomIVector2()

template<AnyVec U>
ivec2 mal_math::random::RandomIVector2 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 114 of file random.hpp.

Here is the call graph for this function:

◆ RandomIVector3()

template<AnyVec U>
ivec3 mal_math::random::RandomIVector3 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 116 of file random.hpp.

Here is the call graph for this function:

◆ RandomIVector4()

template<AnyVec U>
ivec4 mal_math::random::RandomIVector4 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 118 of file random.hpp.

Here is the call graph for this function:

◆ RandomUVector2()

template<AnyVec U>
uivec2 mal_math::random::RandomUVector2 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 127 of file random.hpp.

Here is the call graph for this function:

◆ RandomUVector3()

template<AnyVec U>
uivec3 mal_math::random::RandomUVector3 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 129 of file random.hpp.

Here is the call graph for this function:

◆ RandomUVector4()

template<AnyVec U>
uivec4 mal_math::random::RandomUVector4 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 131 of file random.hpp.

Here is the call graph for this function:

◆ RandomVector2()

template<AnyVec U>
vec2 mal_math::random::RandomVector2 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 88 of file random.hpp.

Here is the call graph for this function:

◆ RandomVector3()

template<AnyVec U>
vec3 mal_math::random::RandomVector3 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 90 of file random.hpp.

Here is the call graph for this function:

◆ RandomVector4()

template<AnyVec U>
vec4 mal_math::random::RandomVector4 ( std::mt19937 & gen,
U const & from,
U const & to )
noexcept

Definition at line 92 of file random.hpp.

Here is the call graph for this function: