Provides sse/avx implementation for matrix storage, access and basic operations, probability distributions and fast ziggurat random number generators.
avx matrix numerics performance probability random rngGenerate random numbers from various distributions.
d3 d3-module random rngThere are several benchmarks that can be used to test (pseudo-)random number generators (RNG). Of particular interest are TestU01 and PractRand. We want to easily test popular RNGs.It is fine to say that we can, in theory run these tests, but few of us will if it requires too much labor. The purpose of this project is to make it ridiculously easy to run your own tests if you have a mac or a Linux box with a recent C compiler.
rng pcg xorshift-generator statistical-tests benchmark seed random-number-generatorsThe Mersenne Twister is a pseudo-random number generator invented by Makoto Matsumoto in 1997. Details can be found on the Wikipedia page and on Matsumoto's website.This implementation is based on Sean McCullough's port of the original C code written by Makato Matsumoto and Takuji Nishimura.
rng random mersennetwisterThis is not cryptographically secure.Initialization seed. Multiple instances of Randoma with the same seed will generate the same random numbers.
prng pseudorandom pseudorandom-number-generator nodejs npm-package number generator algorithm random integer int float boolean date seed seeded rngPark-Miller pseudorandom number generator (PRNG)
park-miller prng pseudorandom pseudorandom-number-generator random nodejs npm-package park miller number generator algorithm lcg congruential integer int float boolean seed seeded rng lehmerFor information on the algorithm, see here. This implementation is based on the Minimal C Edition. Most of the complexity in the code here comes from JavaScript's lack of 64 bit arithmetic support, which is required by the algorithm.
rng random pcg seedableGenerate RFC-4122 compliant random UUIDs with better statistical dispersion than Math.random(). Universally Unique IDentifiers transcend many constraints of traditional incremental integer IDs, especially in distributed systems. With version 4, we (essentially) generate a random 128-bit value.
uuid rng cryptography uuid-generator random-uuids fast random v4 tinyThis module exports a default pseudo random generator. This generators seed have already been set (using Date.now()). If this is not suitable a custom generator can be initialized using the constructor function xorshift.constructor. In both cases random numbers can be generated using the two methods .random and .randomint. This method returns a random 64-bit double, with its value in the range [0, 1). That means 0 is inclusive and 1 is exclusive. This is equivalent to Math.random().
random rng xorshiftCollision-resistant IDs optimized for horizontal scaling and performance. A slim, alternative, and compatible implementation of cuid for node, also featuring a wide range of options, as well as custom random number generator support. It can serve as a drop-in replacement, and is also faster than cuid.
uid cuid collision-resistance id unique uuid guid rng prngTwitter is a great noise source: Russian bots, Trump rants, human interactions, malware traffic and so on. (Almost) random and unpredictable content. This tool provides an extra entropy source (to be used on Linux) from the Twitter random sample feed. The script should work fine using Python2 or Python3.
random cryptography rng twitter shitpostingAdvanced Random Number Generators
rng random random-generation tinflex phobos dub mir-randomSeedable random number generator supporting many common distributions. All distribution methods return a thunk (function with no params), which will return a series of independent, identically distributed random variables from the specified distribution.
random random-number-generator random-numbers prng normal-distribution number generator rng stats d3-random seedrandom distribution pseudorandom uniform normal gaussian lognormal poisson exponential irwinhall batesNow look at this working example to see a Generator used in an application. If you are coming from JavaScript, this package is usually quite surprising at first. Why not just call Math.random() and get random floats whenever you want? Well, all Elm functions have this “same input, same output” guarantee. That is part of what makes Elm so reliable and easy to test! But if we could generate random values anytime we want, we would have to throw that guarantee out.
elm rng random generatorA Rust application for deterministic generation of images. Hashvis is a small Rust application and library for generating very psychedelic images from an input string. The images are generated in a deterministic manner such that the same input string should always result in the same image being generated.
cryptography hashing rngSmart contracts able to interact with Kleros and standard proposals. We follow GitHub Flow in this repository.
blockchain ethereum solidity arbitrable smart-contract kleros random arbitration arbitrator rngIf Automatic installation failed you, dry your tears and read on. Drag RNRandomBytes.xcodeproj from node_modules/react-native-randombytes into your XCode project.
react-component react-native randombytes rng ios android
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.