RandomLib (Lib)
Random Number.
<?php
$rnd = RandomLib_random(10,20);
bot_sendMessage($chat_id,$message_id, "Random : $rnd","","Markdown");Random Decimal Number.
<?php
$rnd = RandomLib_random(10.3,20.30);
bot_sendMessage($chat_id,$message_id, "Random : $rnd","","Markdown");Last updated