Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 8, 2024
1 parent 98af462 commit 4ebdb55
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,36 +198,36 @@ choose which.

<a id="x-28FOO-RANDOM-3AFOO-RANDOM-STATE-20CLASS-29"></a>

## [class](c978) `foo-random:foo-random-state` ()
## [class](a136) `foo-random:foo-random-state` ()

<a id="x-28FOO-RANDOM-3ASTATE-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20FOO-RANDOM-3AFOO-RANDOM-STATE-29-29"></a>

## [reader](e9df) `foo-random:state` (foo-random-state) ()
## [reader](ee4f) `foo-random:state` (foo-random-state) ()

Returns random foo's state.

Hey we can also print states!

<a id="x-28PRINT-OBJECT-20-28METHOD-20NIL-20-28FOO-RANDOM-3AFOO-RANDOM-STATE-20T-29-29-29"></a>

## [method](809a) `common-lisp:print-object` (object foo-random-state) stream
## [method](519e) `common-lisp:print-object` (object foo-random-state) stream

<a id="x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29"></a>

## [variable](aa3a) `foo-random:*foo-state*` #<foo-random-state >
## [variable](a38e) `foo-random:*foo-state*` #<foo-random-state >

Much like `*RANDOM-STATE*` but uses the `FOO` algorithm.

<a id="x-28FOO-RANDOM-3AGAUSSIAN-RANDOM-20FUNCTION-29"></a>

## [function](c3b2) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
## [function](db5a) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)

Return not a random number from a zero mean normal distribution with
`STDDEV`.

<a id="x-28FOO-RANDOM-3AUNIFORM-RANDOM-20FUNCTION-29"></a>

## [function](9f80) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
## [function](4b50) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)

Return a random number from the between 0 and `LIMIT` (exclusive)
uniform distribution.
Expand All @@ -250,12 +250,12 @@ with `FOO`:
```

[2133]: #x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29
[c978]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L35
[e9df]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L36
[809a]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L39
[aa3a]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L42
[9f80]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L45
[c3b2]: https://github.com/40ants/doc/blob/374d069d67b108bbb777694959448663c81637a4/full/tutorial.lisp#L51
[a136]: https://github.com/40ants/doc/blob/98af462b75e373e95bd46bde72041d7589f99859/full/tutorial.lisp#L35
[ee4f]: https://github.com/40ants/doc/blob/98af462b75e373e95bd46bde72041d7589f99859/full/tutorial.lisp#L36
[519e]: https://github.com/40ants/doc/blob/98af462b75e373e95bd46bde72041d7589f99859/full/tutorial.lisp#L39
[a38e]: https://github.com/40ants/doc/blob/98af462b75e373e95bd46bde72041d7589f99859/full/tutorial.lisp#L42
[4b50]: https://github.com/40ants/doc/blob/98af462b75e373e95bd46bde72041d7589f99859/full/tutorial.lisp#L45
[db5a]: https://github.com/40ants/doc/blob/98af462b75e373e95bd46bde72041d7589f99859/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
Expand Down

0 comments on commit 4ebdb55

Please sign in to comment.