I’m trying to generate a random number in a range (between 4 and 96), I’ve used import urandom at the beginning of my code and tried the code listed below - it’s not working, this seems to be the usual syntax for most Python and MicroPython versions I’ve used before.
ix = urandom.randint(4, 96)
Thanks,
Brian