Tags : Browse Projects

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

canonical-random-float

Compare

  Analyzed 3 months ago

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

168 lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

CCK Pseudo-random Field - Drupal

Compare

  Analyzed 3 months 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

over 14 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

random_password_generator

Compare

  Analyzed 3 months ago

random password generator

107 lines of code

0 current contributors

about 8 years since last commit

0 users on Open Hub

Activity Not Available
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 3 months 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 13 years since last commit

0 users on Open Hub

Activity Not Available
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