Skip to content

Commit

Permalink
deploy: 96d1e5c
Browse files Browse the repository at this point in the history
  • Loading branch information
mhovd committed Feb 6, 2025
1 parent c4e7575 commit 7d9c9e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 366 deletions.
80 changes: 0 additions & 80 deletions dev/bench/data.js

This file was deleted.

281 changes: 0 additions & 281 deletions dev/bench/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions src/pharmsol/simulator/equation/sde/em.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
simulator::{Diffusion, Drift},
};
<span class="kw">use </span>nalgebra::DVector;
<span class="kw">use </span>rand::prelude::<span class="kw-2">*</span>;
<span class="kw">use </span>rand::rng;
<span class="kw">use </span>rand_distr::{Distribution, Normal};
<span class="doccomment">/// Structure to hold the SDE system parameters and state
</span><span class="attr">#[derive(Clone)]
Expand Down Expand Up @@ -131,7 +131,7 @@

<span class="comment">// Create a seeded RNG
// let mut rng = StdRng::seed_from_u64(0);
</span><span class="kw">let </span><span class="kw-2">mut </span>rng = thread_rng();
</span><span class="kw">let </span><span class="kw-2">mut </span>rng = rng();

<span class="kw">for </span>i <span class="kw">in </span><span class="number">0</span>..n {
<span class="kw">let </span>normal_dist = Normal::new(<span class="number">0.0</span>, <span class="number">1.0</span>).unwrap();
Expand Down
Loading

0 comments on commit 7d9c9e1

Please sign in to comment.