From b91d3c166f847b05e7c653fc57cb692a6544d284 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sat, 28 Sep 2024 18:01:30 +0200 Subject: [PATCH] chore: update readme.md --- stochastic-rs-core/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stochastic-rs-core/README.md b/stochastic-rs-core/README.md index 745a1f5..0040a5c 100644 --- a/stochastic-rs-core/README.md +++ b/stochastic-rs-core/README.md @@ -9,11 +9,6 @@ A Rust library for stochastic processes and models. The main goal to provide a s Documentation is available at [stochastic-rs](https://docs.rs/stochastic-rs/). -# Implementations - -- [Rust](https://github.com/dancixx/stochastic-rs) -- [Typescript](https://github.com/dancixx/stochastic-js) - # Stochastic processes - [x] Gaussian noise - [x] Correlated Gaussian noise