update rand lib

This commit is contained in:
Daniel Bauer
2020-10-24 20:35:06 +02:00
parent b148998b11
commit 2f93b77879
5 changed files with 148 additions and 127 deletions

View File

@@ -1,4 +1,4 @@
use rand::{SeedableRng, StdRng, Rng};
use rand::prelude::*;
use super::histogram::{Dataset};
use super::perform_wham;
use super::{Config,calc_free_energy};