Sunday 23 June 2019

Made a random value generation module using Crypto

Hi there, been lurking for a while now and wanted to share one of my projects. I have created a Node module that creates random integers (positive and negative) easily, generates fully random strings of x length, and generates strings of x count random Latin words. All this using Crypto as the base.​On the ToDo list is adding UUID generation, and maybe float support or something.​Please take a look, feedback and/or suggestions would be fantastic!​Github: https://github.com/karnthis/make-randomNPM: https://www.npmjs.com/package/make-random

Submitted June 24, 2019 at 01:02AM by karnthis

No comments:

Post a Comment