breadtf/uwurandom

UwURandom remade in php :3333

v1.1.1 2023-12-09 21:44 UTC

This package is auto-updated.

Last update: 2024-09-23 16:36:57 UTC


README

the best php library ever :3

semi important note

uwurandom.php doesnt use cryptographically secure random numbers (cuz too lazy, feel free to add) so if for some reason you need that, uhhh, good luck i guess

installation and usage and stuff

i created a composer package for this so all you need to do is run

# composer require breadtf/uwurandom

then copy this code here into whatever it is you need this for

<?php

require_once($_SERVER['DOCUMENT_ROOT'] . '/vendor/autoload.php');

$uwurandom = new Breadtf\Uwurandom\uwurandom();

$uwu = $uwurandom -> generate(500);

echo $uwu;

?>

k byeee have fun :3