Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Home / Education  |  Math / Science  |  RandomNum

RandomNum

RandomNum - 2.1

generate random numbers from uniform & normal distributions

All Time: (4.0)
This Version: (4.0)
Current Version: 2.1
Release Date: 2006-09-07
License: Freeware
Downloads (this version): 1,238
Downloads (all versions): 1,238

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

Generates random numbers from uniform and normal distributions

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • OS 10.2 or later

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: (4.0) Features: (3.0) Support: (2.0)
Ease of Use: (5.0) Quality / Stability: (4.0) Price: (5.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

RandomNum ReviewSimple, easy to use, with a nice dash of extra functionality - Version: 2.1, 6/7/2007 08:26AM PST

(1 of 1 users found this comment useful)

pohld
This is a nice simple tool that does what it's supposed to nicely, with a bit of added functionality that raises it above the sheer bare-bones minimum of simply providing one random number out of a user-set range at a time, as is the case with its too-simple rival DefGenerator 1.0.

RandomNum's handy extras include being able to generate a list of random numbers rather than just one at a time, but this list is unnecessarily limited to a maximum of 100 entries.

The user can set both a minimum and maximum value for the range from which random numbers are generated, but the results are limited to whole numbers, so if for some reason you want non-whole random numbers, you have to divide the results by the appropriate multiple of 10, which could be a nuisance if generating lists of more than just a few members.

One can also set an option for "Gaussian" results, which generates random numbers between 2.5 and -2.5 with six decimal places of precision (i.e. six numerals to the right of the decimal point) in a non-uniform distribution (i.e. in some sort of bell curve with most values near zero and progressively fewer toward the positive and negative extremes), serving some undoubtedly useful statistical purpose.

There is no documentation or help text, which along with the limitations mentioned above is why I'm not giving RandomNum an overall five-star rating. While it is true that no documentation is really needed to use the program (assuming anyone using the Gaussian option would know what that's all about without further elucidation), the topic of random number generation is not a simple one and it would be a nice extra touch to include some brief discussion to educate curious users, particularly regarding the fact that true random number generation is not actually possible through a software-only application like this, but requires a hardware component designed to provide truly random seeding.

The Wikipedia entry for "Random Number Generator" provides further details for those interested, and tells us that software-generated pseudorandomness is close enough for all but the most demanding technical purposes (e.g. cryptology). However, Wikipedia also says that some software uses quite poor pseudorandomization algorithms, so again it would be both reassuring and educational if RandomNum included some documentation describing its own pseudorandom-generation methodology and relative validity.
Post a commentAlert Admin