Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

CCK Pseudo-random Field - Drupal

Compare

  Analyzed about 23 hours ago

CCK Pseudo-random Field is a cron based pseudo random numeric field re-indexed at certain time intervals. Values are not editable, and the value doesn't appear in the node form.

209 lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

canonical-random-float

Compare

  Analyzed about 21 hours ago

Efficient canonical floating-point random number generator with fully random fraction bits

168 lines of code

0 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

GoQuotes

Compare

  No analysis available

A Go quotes server.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

ThreadLocalRandom

Compare

  Analyzed about 3 hours ago

ThreadLocalRandom (java 7) rewriting replacing bad PRNG by statistically good ones and correcting bugs from the original implementation (initialization step).

494 lines of code

0 current contributors

almost 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

hasard

Compare

  No analysis available

Hasard is a pseudo-random number generator (PRNG) library. It includes multiple engines (algorithms), examples: Arcfour, Mersenne Twister and Linux /dev/random device. It hides internal details to give a simple API. You don't choose directly the engine but a profile like "@fast" or ... [More] "@secure_blocking": Hasard chooses the best engine and the best seed for you. Hasard is tested on Linux, FreeBSD and Windows. It is distributed under the BSD license and written in C. A Python binding is also available. The code is well tested by unit tests and the project includes many programs to test the generators quality. The word "hasard" is the french name for "randomness". [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

SimianArmy

Compare

  Analyzed about 22 hours ago

Simian Army / Chaos Monkey is a service which identifies groups of systems and randomly terminates one of the systems in a group. The service operates at a controlled time (does not run on weekends and holidays) and interval (only operates during business hours). In most cases we have designed our ... [More] applications to continue working when a peer goes offline, but in those special cases we want to make sure there are people around to resolve and learn from any problems. With this in mind Chaos Monkey only runs in business hours with the intent that engineers will be alert and able to respond. [Less]

19.6K lines of code

0 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This