Module gemini::generators [−][src]
Re-exports
use rand::ChaChaRng; |
use rand::SeedableRng; |
use rayon::prelude::*; |
use statrs::distribution::Distribution; |
use statrs::distribution::Normal; |
use std::time::Instant; |
use astronomicals::planet::Planet; |
use astronomicals::planet::PlanetBuilder; |
use astronomicals::system::SystemBuilder; |
use astronomicals::Galaxy; |
use game_config::GameConfig; |
use resources::fetch_resource; |
use resources::AstronomicalNamesResource; |
use utils::Point; |
Modules
names | |
planets | |
sectors | |
stars | |
systems |
Functions
generate_galaxy |
Generate a galaxy with systems etc, will use the provided config to guide the generation. |