Hijibiji is a Bangla word which translates to 'randomly'. This hijibiji package creates random things. By things I mean random video, random audio, random image, random points etc. I don't have any idea if this has some real life application. The motivation to create this package came to me when I was random walking in streets of my university campus. So, yeah, here it is.
-
Using the
rand_image()function of the package images of any dimension with random pixel values can be generated. See an image like this
-
Using the
rand_video()function of the package animations of any dimension with random pixel values can be generated. See an animation like this
-
Using the
rand_audio()function you can see the sound of randomness. Want to know randomness sounds like? Try the package yourself!
pip install hijibiji
- numpy
- matplotlib
- sounddevice
The word random here doesn't mean actual randomness. The package uses Numpy's random subpackage that uses the permuted congruential generator-64 (PCG64) algorithm to generate pseudo random numbers.