From d6edb93b94c97783e13efa1e39f3b0d0d76cf747 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Aug 2024 18:32:01 +0000 Subject: [PATCH] Update docs --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5047a40..2dd5abe 100644 --- a/README.md +++ b/README.md @@ -198,11 +198,11 @@ choose which. -## [class](cd00) `foo-random:foo-random-state` () +## [class](1cdd) `foo-random:foo-random-state` () -## [reader](60ac) `foo-random:state` (foo-random-state) () +## [reader](eec8) `foo-random:state` (foo-random-state) () Returns random foo's state. @@ -210,24 +210,24 @@ Hey we can also print states! -## [method](c9f1) `common-lisp:print-object` (object foo-random-state) stream +## [method](0a8c) `common-lisp:print-object` (object foo-random-state) stream -## [variable](c0ad) `foo-random:*foo-state*` # +## [variable](7026) `foo-random:*foo-state*` # Much like `*RANDOM-STATE*` but uses the `FOO` algorithm. -## [function](21f7) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*) +## [function](1833) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*) Return not a random number from a zero mean normal distribution with `STDDEV`. -## [function](90eb) `foo-random:uniform-random` limit &key (random-state \*foo-state\*) +## [function](45c0) `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 -[cd00]: https://github.com/40ants/doc/blob/9ee2be7f03e1f179dba3bdc907f4df0d49cc295a/full/tutorial.lisp#L35 -[60ac]: https://github.com/40ants/doc/blob/9ee2be7f03e1f179dba3bdc907f4df0d49cc295a/full/tutorial.lisp#L36 -[c9f1]: https://github.com/40ants/doc/blob/9ee2be7f03e1f179dba3bdc907f4df0d49cc295a/full/tutorial.lisp#L39 -[c0ad]: https://github.com/40ants/doc/blob/9ee2be7f03e1f179dba3bdc907f4df0d49cc295a/full/tutorial.lisp#L42 -[90eb]: https://github.com/40ants/doc/blob/9ee2be7f03e1f179dba3bdc907f4df0d49cc295a/full/tutorial.lisp#L45 -[21f7]: https://github.com/40ants/doc/blob/9ee2be7f03e1f179dba3bdc907f4df0d49cc295a/full/tutorial.lisp#L51 +[1cdd]: https://github.com/40ants/doc/blob/4be20a5a946eb3526a75241c43c75701e6407b78/full/tutorial.lisp#L35 +[eec8]: https://github.com/40ants/doc/blob/4be20a5a946eb3526a75241c43c75701e6407b78/full/tutorial.lisp#L36 +[0a8c]: https://github.com/40ants/doc/blob/4be20a5a946eb3526a75241c43c75701e6407b78/full/tutorial.lisp#L39 +[7026]: https://github.com/40ants/doc/blob/4be20a5a946eb3526a75241c43c75701e6407b78/full/tutorial.lisp#L42 +[45c0]: https://github.com/40ants/doc/blob/4be20a5a946eb3526a75241c43c75701e6407b78/full/tutorial.lisp#L45 +[1833]: https://github.com/40ants/doc/blob/4be20a5a946eb3526a75241c43c75701e6407b78/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