micropython-ulab/docs
Zoltán Vörös f2fad82a97
add random module (#654)
* add random module skeleton

* add Generator object

* add placeholder for random.random method

* add rudimentary random.random implementation

* generator object accept seed(s) argument

* add out keyword

* add support for out keyword argument

* update change log

* add links to header files

* fix file link

* fix error messages

* add uniform to random module

* add normal distribution

* fix argument options in normal and uniform

* update documentation
2024-01-13 18:42:43 +01:00
..
manual add random module (#654) 2024-01-13 18:42:43 +01:00
templates added benchmarks and other comments to the manual 2019-10-20 09:41:50 +02:00
numpy-fft.ipynb update documentation 2022-01-07 20:43:14 +01:00
numpy-functions.ipynb add random module (#654) 2024-01-13 18:42:43 +01:00
numpy-linalg.ipynb add docs for linalg.qr 2021-08-07 07:21:55 +02:00
numpy-random.ipynb add random module (#654) 2024-01-13 18:42:43 +01:00
numpy-universal.ipynb add random module (#654) 2024-01-13 18:42:43 +01:00
scipy-linalg.ipynb fix section header in scipy.linalg docs 2021-06-03 10:49:31 +02:00
scipy-optimize.ipynb update docs 2021-05-09 08:27:16 +02:00
scipy-signal.ipynb fix docs glitch, bump version number to 5.0.0 2022-01-29 21:53:42 +01:00
scipy-special.ipynb update docs 2021-05-09 08:27:16 +02:00
ulab-approx.ipynb updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab-change-log.md add random module (#654) 2024-01-13 18:42:43 +01:00
ulab-compare.ipynb updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab-convert.ipynb implement nonzero (#540) 2022-08-03 20:56:45 +02:00
ulab-intro.ipynb update documentation 2022-01-07 20:43:14 +01:00
ulab-ndarray.ipynb add random module (#654) 2024-01-13 18:42:43 +01:00
ulab-numerical.ipynb update documentation 2022-01-07 20:43:14 +01:00
ulab-poly.ipynb updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ulab-programming.ipynb implement sqrt for complex arrays 2021-12-07 19:55:15 +01:00
ulab-tricks.ipynb fix section header 2021-05-12 07:18:52 +02:00
ulab-utils.ipynb move spectrogram to utils module 2022-01-29 18:02:48 +01:00