bower
RandBox can be easily installed with Bowerย
bower install randBox
then in the HTML of your app:
<!-- Load RandBox -->
<script type="text/javascript" src="bower_components/randBox/randBox.js"></script>
<script>
// Use RandBox
alert(randBox.string());
</script>
Last updated on: