summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modurandom.c
Commit message (Expand)AuthorAge
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared2023-06-08
* extmod/modurandom: Fix missing void in empty argument list.Damien George2022-06-07
* all: Remove third argument to MP_REGISTER_MODULE.Damien George2022-06-02
* extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared2022-05-18
* extmod/modurandom: Support an argument of bits=0 to getrandbits.Damien George2021-05-30
* extmod/modurandom: Add error message when getrandbits has bad value.Macarthur Inbody2021-05-30
* extmod/modurandom: Support urandom.seed() without an argument.Damien George2020-10-29
* all: Format code to add space after C++-style comment start.stijn2020-04-23
* all: Remove spaces inside and around parenthesis.Damien George2020-03-28
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py: Factor out definition of mp_float_union_t to one location.Damien George2020-02-18
* py: Add mp_raise_type helper macro and use it where appropriate.Damien George2020-02-13
* examples/natmod: Add urandom native module example.Damien George2019-12-13
* extmod/modurandom: Add init method to seed the Yasmarang generator.Léa Saviot2019-04-16
* all: Remove inclusion of internal py header files.Damien George2017-10-04
* extmod/modurandom: Use mp_raise_ValueError().Paul Sokolovsky2017-02-24
* extmod/modurandom: Allow to build with float disabled.Damien George2016-11-30
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* extmod/modurandom: Add some extra random functions.Damien George2016-01-26
* extmod/modurandom: Make yasmarang() function static.Paul Sokolovsky2016-01-17
* extmod/modurandom: Add "urandom" module.Paul Sokolovsky2016-01-17