Expand description
Random number generation utilities
Structs§
- Seeded
Rng - Generate deterministic random numbers with a seed
Functions§
- bootstrap_
sample - Randomly sample rows from a 2D array (with replacement)
- random_
correlation_ matrix - Create a correlation matrix with specified eigenvalue structure
- random_
normal_ array - Generate random array from normal distribution
- random_
normal_ matrix - Generate random 2D array from normal distribution
- random_
permutation - Generate random permutation of indices
- random_
uniform_ array - Generate random array from uniform distribution
- random_
uniform_ matrix - Generate random 2D array from uniform distribution
- shuffle_
array - Randomly shuffle an array in place
- shuffle_
rows - Randomly shuffle rows of a 2D array
- train_
test_ split - Randomly split data into train and test sets