phase 0.0.0

Physics toolkit and simulations.
Documentation
1
2
3
4
5
use rand::rngs::ThreadRng;

use crate::{data::Data, model::Model};

pub type Engine = fn(usize, &mut ThreadRng, &Model, &mut Data);