From 1311ac98f1a8073eb71c782fe4e99f71f3fdfd6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 May 2024 14:25:49 +0000 Subject: [PATCH] Update docs --- ChangeLog.md | 6 ++++++ README.md | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f0fa7b7..b2c063b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,6 +14,12 @@ * Update 2 + + +## 0.17.3 (2024-05-15) + +* Update 2 + ## 0.17.2 (2024-05-15) diff --git a/README.md b/README.md index 524478a..a545e5c 100644 --- a/README.md +++ b/README.md @@ -198,11 +198,11 @@ choose which. -## [class](54d9) `foo-random:foo-random-state` () +## [class](f3bf) `foo-random:foo-random-state` () -## [reader](d8e0) `foo-random:state` (foo-random-state) () +## [reader](e62e) `foo-random:state` (foo-random-state) () Returns random foo's state. @@ -210,24 +210,24 @@ Hey we can also print states! -## [method](a0a5) `common-lisp:print-object` (object foo-random-state) stream +## [method](1c23) `common-lisp:print-object` (object foo-random-state) stream -## [variable](df0a) `foo-random:*foo-state*` # +## [variable](2589) `foo-random:*foo-state*` # Much like `*RANDOM-STATE*` but uses the `FOO` algorithm. -## [function](ab10) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*) +## [function](c2c5) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*) Return not a random number from a zero mean normal distribution with `STDDEV`. -## [function](7ae4) `foo-random:uniform-random` limit &key (random-state \*foo-state\*) +## [function](d756) `foo-random:uniform-random` limit &key (random-state \*foo-state\*) Return a random number from the between 0 and `LIMIT` (exclusive) uniform distribution. @@ -250,12 +250,12 @@ with `FOO`: ``` [2133]: #x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29 -[54d9]: https://github.com/40ants/doc/blob/d097b155eec8416a0db051e88bfae9ab135eb64d/full/tutorial.lisp#L35 -[d8e0]: https://github.com/40ants/doc/blob/d097b155eec8416a0db051e88bfae9ab135eb64d/full/tutorial.lisp#L36 -[a0a5]: https://github.com/40ants/doc/blob/d097b155eec8416a0db051e88bfae9ab135eb64d/full/tutorial.lisp#L39 -[df0a]: https://github.com/40ants/doc/blob/d097b155eec8416a0db051e88bfae9ab135eb64d/full/tutorial.lisp#L42 -[7ae4]: https://github.com/40ants/doc/blob/d097b155eec8416a0db051e88bfae9ab135eb64d/full/tutorial.lisp#L45 -[ab10]: https://github.com/40ants/doc/blob/d097b155eec8416a0db051e88bfae9ab135eb64d/full/tutorial.lisp#L51 +[f3bf]: https://github.com/40ants/doc/blob/d7cefb457b689163f7a7d4e947d59a1b3a21380b/full/tutorial.lisp#L35 +[e62e]: https://github.com/40ants/doc/blob/d7cefb457b689163f7a7d4e947d59a1b3a21380b/full/tutorial.lisp#L36 +[1c23]: https://github.com/40ants/doc/blob/d7cefb457b689163f7a7d4e947d59a1b3a21380b/full/tutorial.lisp#L39 +[2589]: https://github.com/40ants/doc/blob/d7cefb457b689163f7a7d4e947d59a1b3a21380b/full/tutorial.lisp#L42 +[d756]: https://github.com/40ants/doc/blob/d7cefb457b689163f7a7d4e947d59a1b3a21380b/full/tutorial.lisp#L45 +[c2c5]: https://github.com/40ants/doc/blob/d7cefb457b689163f7a7d4e947d59a1b3a21380b/full/tutorial.lisp#L51 ```` `MGL-PAX` supported the plain text format which was more readble when viewed from a simple text editor, but I've dropped support for plain text in this fork