mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Add Hardware Abstraction Layer (#56)
This commit is contained in:
committed by
GitHub
parent
833520b163
commit
0e0745065e
@@ -1,7 +0,0 @@
|
||||
use rand_distr::{Distribution, Normal, Binomial};
|
||||
|
||||
pub enum Distributions{
|
||||
Binonial(Binomial),
|
||||
Normal(Normal<f64>),
|
||||
Ternary()
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
use rand_chacha::ChaCha8Rng;
|
||||
use rand_chacha::rand_core::SeedableRng;
|
||||
use rand_chacha::{ChaCha8Rng, rand_core::SeedableRng};
|
||||
use rand_core::RngCore;
|
||||
|
||||
const MAXF64: f64 = 9007199254740992.0;
|
||||
|
||||
Reference in New Issue
Block a user