Skip to content

Commit

Permalink
document randn
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored May 14, 2019
1 parent 65bb2aa commit b799914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ There are arithmetic operations that take two Float64s or Float32s or Float16s a
- `factorize`, `lu`, `lufact`, `qr`, `qrfact`

#### also
- random values in [0,1)
- `rand` for uniform variates in [0,1)
- `randn` for canonical normal variates

2 comments on commit b799914

@JeffreySarnoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/729

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.1 -m "<description of version>" b799914389bf56f904fdf524f5ba902610dd7acc
git push origin v0.8.1

Please sign in to comment.