Skip to content

Commit 02da76e

Browse files
committed
Fully remove rxode2random (closes #14)
1 parent 78b7b43 commit 02da76e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

HighPerformanceComputing.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: HighPerformanceComputing
33
topic: High-Performance and Parallel Computing with R
44
maintainer: Dirk Eddelbuettel
55
6-
version: 2024-11-09
6+
version: 2024-11-24
77
source: https://github.com/cran-task-views/HighPerformanceComputing/
88
---
99

@@ -225,10 +225,6 @@ functions are planned for later R releases.
225225
recurrent networks, any combination of both, and custom neural network architectures.
226226
- The `r pkg("mvnfast")` uses the sumo random number generator to generate multivariate and normal
227227
distribtuions in parallel.
228-
- The `r pkg("rxode2random")` uses the `r pkg("sitmo")` package to generate either truncated or
229-
non-truncated multivariate normal distributions in parallel. The pacakge also generates many
230-
other common distributions in parallel (like
231-
binomial, t-distribution etc).
232228
- The `r pkg("rxode2")` uses parallel processing (via `OpenMP`) for faster solving of ordinary
233229
differential equations (ODEs) over multiple units (grouped by `ID`) and can generate random
234230
numbers for each ODE simulation problem.

0 commit comments

Comments
 (0)