index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
modurandom.c
Commit message (
Expand
)
Author
Age
*
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
*
all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-06-08
*
extmod/modurandom: Fix missing void in empty argument list.
Damien George
2022-06-07
*
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-06-02
*
extmod: Make extmod modules use MP_REGISTER_MODULE.
Jim Mussared
2022-05-18
*
extmod/modurandom: Support an argument of bits=0 to getrandbits.
Damien George
2021-05-30
*
extmod/modurandom: Add error message when getrandbits has bad value.
Macarthur Inbody
2021-05-30
*
extmod/modurandom: Support urandom.seed() without an argument.
Damien George
2020-10-29
*
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
*
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-28
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py: Factor out definition of mp_float_union_t to one location.
Damien George
2020-02-18
*
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
2020-02-13
*
examples/natmod: Add urandom native module example.
Damien George
2019-12-13
*
extmod/modurandom: Add init method to seed the Yasmarang generator.
Léa Saviot
2019-04-16
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
extmod/modurandom: Use mp_raise_ValueError().
Paul Sokolovsky
2017-02-24
*
extmod/modurandom: Allow to build with float disabled.
Damien George
2016-11-30
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
extmod/modurandom: Add some extra random functions.
Damien George
2016-01-26
*
extmod/modurandom: Make yasmarang() function static.
Paul Sokolovsky
2016-01-17
*
extmod/modurandom: Add "urandom" module.
Paul Sokolovsky
2016-01-17