Skip to main content

Slow random number generator

By Nurbldoff

Generates numbers between 0 and 1023.

Basically uses the randomizer gadget to generate 10 random bits. The slowness is because of the way I'm looping over the bits; I didn't find a way to do that that didn't involve a timer and those can't be set to faster than 0.1 s. I've got a fast version too which is the same thing but the loop has been unrolled into 10 randomizers :P

Not very well tested so I wouldn't use it for cryptography or anything :)
  • ELEMENT STATS
  • Played 16 times by 14 dreamers
  • Played for a total of 9 minutes by the coMmunity
  • 3 thumbs up
  • Remixed once

Oh dear! Your browser is either unsupported or there has been a problem loading the page.