pub async fn start<V>(args: Cli) -> Result<()>where
for<'de> V: MyFloat + SampleUniform + 'static + Deserialize<'de>,
Open01: Distribution<V>,
Standard: Distribution<V>,
StandardNormal: Distribution<V>,
Exp1: Distribution<V>,
V::Sampler: Sync + Send,Expand description
An entry point for the simulation