aboutsummaryrefslogtreecommitdiff
path: root/extmod/modurandom.c
AgeCommit message (Expand)Author
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared
2021-05-30extmod/modurandom: Support an argument of bits=0 to getrandbits.Damien George
2021-05-30extmod/modurandom: Add error message when getrandbits has bad value.Macarthur Inbody
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-18py: Factor out definition of mp_float_union_t to one location.Damien George
2020-02-13py: Add mp_raise_type helper macro and use it where appropriate.Damien George
2019-12-13examples/natmod: Add urandom native module example.Damien George
2019-04-16extmod/modurandom: Add init method to seed the Yasmarang generator.Léa Saviot
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-02-24extmod/modurandom: Use mp_raise_ValueError().Paul Sokolovsky
2016-11-30extmod/modurandom: Allow to build with float disabled.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-01-26extmod/modurandom: Add some extra random functions.Damien George
2016-01-17extmod/modurandom: Make yasmarang() function static.Paul Sokolovsky
2016-01-17extmod/modurandom: Add "urandom" module.Paul Sokolovsky