Random points generator
Takes a set of points and creates a Triangulated Irregular Network.
Statistical routines and probability distributions.
[](https://discord.gg/poimandres)
Components for generating random data series based on stochastic processes
Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Creates an interpolated grid of points using the Inverse Distance Weighting method.
Takes a set of points and partition them into clusters using the k-means algorithm.
CSV and object generation implementing the Node.js `stream.Readable` API
High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Random number generator using xorshift128+
Universal Module for Secure Random Generator in JavaScript
A tiny (118 bytes), secure URL-friendly unique string ID generator
Generates random points, lines, or polygons for testing.
Meteor's Random Package for Straight Node
Generate unique and memorable names
A very basic crypto library
Estimate points on a bezier curve or a set of connexted bezier curves
visx voronoi
Mersenne twister pseudorandom number generator
A functional typescript implementation of the PCG family random number generators
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Generates random map points, within an optional bounding box.
This gem provides a utility for generating random floating-point numbers within a specified range.
Point GenToken at a database column and it will generate a random and unique key for the field.
qrng.anu.edu.au offers true random numbers to anyone on the internet. The random numbers are generated in real-time in our lab by measuring the quantum fluctuations of the vacuum. The vacuum is described very differently in the quantum mechanical context than in the classical context. Traditionally, a vacuum is considered as a space that is empty of matter or photons. Quantum mechanically, however, that same space resembles a sea of virtual particles appearing and disappearing all the time. This result is due to the fact that the vacuum still possesses a zero-point energy. Consequently, the electromagnetic field of the vacuum exhibits random fluctuations in phase and amplitude at all frequencies. By carefully measuring these fluctuations, we are able to generate ultra-high bandwidth random numbers.
## YardGame A simple game app created with ruby. ## Table of Contents * [General info](#general-info) * [Technologies](#technologies) * [Setup](#setup) * [Sources](#sources) ## Introduction YardGame was while taking course by Nicole and Mike, the Pragmatic duo. Its a game that allow player earn points on treasures found in the yard. Points are added to the player's health to gain higher scores. It involves a random die roll. ## Technologies * Ruby 3 * Rspec 3 ## Setup To run this project, install it locally. $ gem install yard_game_1.2.0.gem You can load players from the command line in a CSV file. You can also run the game without specifying a player file. A default players.csv file is packaged in the gem. ## Sources This app was inspired by Mike and Nicole Clark of The Pragmatic Studio.