micropython-ulab/docs/manual/source
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
..
conf.py add random module (#654) 2024-01-13 18:42:43 +01:00
index.rst add random module (#654) 2024-01-13 18:42:43 +01:00
numpy-fft.rst update documentation 2022-01-07 20:43:14 +01:00
numpy-functions.rst add random module (#654) 2024-01-13 18:42:43 +01:00
numpy-linalg.rst add docs for linalg.qr 2021-08-07 07:21:55 +02:00
numpy-universal.rst add random module (#654) 2024-01-13 18:42:43 +01:00
scipy-linalg.rst fix section header in scipy.linalg docs 2021-06-03 10:49:31 +02:00
scipy-optimize.rst update docs 2021-05-09 08:27:16 +02:00
scipy-signal.rst fix docs glitch, bump version number to 5.0.0 2022-01-29 21:53:42 +01:00
scipy-special.rst update docs 2021-05-09 08:27:16 +02:00
ulab-intro.rst update documentation 2022-01-07 20:43:14 +01:00
ulab-ndarray.rst add random module (#654) 2024-01-13 18:42:43 +01:00
ulab-programming.rst fix docs glitch, bump version number to 5.0.0 2022-01-29 21:53:42 +01:00
ulab-tricks.rst fix section header 2021-05-12 07:18:52 +02:00
ulab-utils.rst move spectrogram to utils module 2022-01-29 18:02:48 +01:00