Move RNG gen to elsewhere
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ fn main() {
|
||||
let cli = Cli::parse();
|
||||
|
||||
let mut sys = DLASystem::<SmallRng, VectorStorage, LocalRandomWalker>::new(
|
||||
cli.seed,
|
||||
SmallRng::seed_from_u64(cli.seed),
|
||||
cli.max_particles,
|
||||
cli.stick_probability
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user