Module maths

Module maths 

Source

Re-exports§

pub use angle::*;
pub use consts::*;
pub use float::*;
pub use noise::*;
pub use random::*;

Modules§

angle
angle_operators
consts
float
noise
random
Contains functions for generating random numbers. see also crate::maths::seed

Functions§

seed
Seeds all thread-local random number generators with the given seed. This affects all functions in crate::random
seed_random
Seeds all thread-local random number generators with a random seed. This affects all functions in crate::random