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 14, 2024
1 parent 3dbfba6 commit cc236b0
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](4901) `foo-random:foo-random-state` ()
## [class](9c03) `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](2c8c) `foo-random:state` (foo-random-state) ()
## [reader](0309) `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](dda4) `common-lisp:print-object` (object foo-random-state) stream
## [method](634e) `common-lisp:print-object` (object foo-random-state) stream

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

## [variable](931a) `foo-random:*foo-state*` #<foo-random-state >
## [variable](8e4d) `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](9b6f) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
## [function](3746) `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](a7e3) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
## [function](3bdd) `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
[4901]: https://github.com/40ants/doc/blob/eaad15f8f5907bfbd575255be5d02608a97e96f3/full/tutorial.lisp#L35
[2c8c]: https://github.com/40ants/doc/blob/eaad15f8f5907bfbd575255be5d02608a97e96f3/full/tutorial.lisp#L36
[dda4]: https://github.com/40ants/doc/blob/eaad15f8f5907bfbd575255be5d02608a97e96f3/full/tutorial.lisp#L39
[931a]: https://github.com/40ants/doc/blob/eaad15f8f5907bfbd575255be5d02608a97e96f3/full/tutorial.lisp#L42
[a7e3]: https://github.com/40ants/doc/blob/eaad15f8f5907bfbd575255be5d02608a97e96f3/full/tutorial.lisp#L45
[9b6f]: https://github.com/40ants/doc/blob/eaad15f8f5907bfbd575255be5d02608a97e96f3/full/tutorial.lisp#L51
[9c03]: https://github.com/40ants/doc/blob/3dbfba6ce44343a4f7f022125b78a95e3841b9e3/full/tutorial.lisp#L35
[0309]: https://github.com/40ants/doc/blob/3dbfba6ce44343a4f7f022125b78a95e3841b9e3/full/tutorial.lisp#L36
[634e]: https://github.com/40ants/doc/blob/3dbfba6ce44343a4f7f022125b78a95e3841b9e3/full/tutorial.lisp#L39
[8e4d]: https://github.com/40ants/doc/blob/3dbfba6ce44343a4f7f022125b78a95e3841b9e3/full/tutorial.lisp#L42
[3bdd]: https://github.com/40ants/doc/blob/3dbfba6ce44343a4f7f022125b78a95e3841b9e3/full/tutorial.lisp#L45
[3746]: https://github.com/40ants/doc/blob/3dbfba6ce44343a4f7f022125b78a95e3841b9e3/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 cc236b0

Please sign in to comment.