Skip to content

Commit

Permalink
Merge branch 'master' of github.com:40ants/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 15, 2024
2 parents 376c43a + 3bd44ea commit 828db9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
12 changes: 3 additions & 9 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@

# ChangeLog

<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E17-2E3-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E17-2E4-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.17.3 (2024-05-15)
## 0.17.4 (2024-05-15)

* Update 2

<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E17-2E3-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.17.3 (2024-05-15)

* Update 2
* Update 5

<a id="x-2840ANTS-DOC-2FCHANGELOG-3A-3A-7C0-2E17-2E3-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

Expand Down
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](9e71) `foo-random:foo-random-state` ()
## [class](eb01) `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](d234) `foo-random:state` (foo-random-state) ()
## [reader](d984) `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](214f) `common-lisp:print-object` (object foo-random-state) stream
## [method](8445) `common-lisp:print-object` (object foo-random-state) stream

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

## [variable](99ec) `foo-random:*foo-state*` #<foo-random-state >
## [variable](24f3) `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](59e6) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
## [function](bc6b) `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](5704) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
## [function](7079) `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
[9e71]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L35
[d234]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L36
[214f]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L39
[99ec]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L42
[5704]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L45
[59e6]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L51
[eb01]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L35
[d984]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L36
[8445]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L39
[24f3]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L42
[7079]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L45
[bc6b]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/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 828db9e

Please sign in to comment.