About site: Algorithms/Pseudorandom Numbers/Hardware - Random Number Generator
Return to Computers also Computers
  About site: http://www.randomnumbergenerator.nl

Title: Algorithms/Pseudorandom Numbers/Hardware - Random Number Generator Orion Products. A parallel port dongle consisting of two independent analogue Zener diode based noise sources, with associated software. (Mac/DOS/Win)
Toolkit_for_Visual_Genetic_Programming A GP toolkit for exploring problems which don't have a natural fitness function and need human intuition to select the "best of the breed."

Darkspell Programming tricks, tutorials and tools for running a Web site.

RFC_3175 Aggregation of RSVP for IPv4 and IPv6 Reservations. F. Baker, C. Iturralde, F. Le Faucheur, et al. September 2001.

GTW420 Terminal emulation software for telnet operations for VT220/VT420/ANSI terminals.

Policy_2001 Workshop on Policies for Distributed Systems and Networks. Bristol, UK; 29–31 January 2001.

FixerLabs FocusFixer restores or sharpens images by reversing the effects of focus blur.


  Alexa statistic for http://www.randomnumbergenerator.nl





Get your Google PageRank






Please visit: http://www.randomnumbergenerator.nl


  Related sites for http://www.randomnumbergenerator.nl
    Build_Banner_Ads Tutorial on creating animated banners.
    Future_Zone_Technologies_Limited Offers web design.
    Brooklyn\'s_Host Offers Linux shared hosting. Supports PHP, MySQL and Perl. Based in New York, United States.
    System_Design_Laboratory_Intrusion_Detection Research institute actively involved in intrusion-detection research since 1983. Research focuses on EMERALD: Event Monitoring Enabling Responses to Anomalous Live Disturbances, a system designed to
    Internet-Soft_Com The source for Internet Related Software.
    Cool_Free_Pages 50Mb with unlimited bandwidth. Exit Pop-up ad. FTP uploads. PHP supported. Domain hosting. URL: 'http://yoursite.coolfreepages.com/'.
    Windows_Now News about the upcoming operating system.
    Ainsworth_Keyboard_Training_Systems Typing tutor and 10-key software for individuals, schools, and corporations. Download and evaluate typing software that builds communication skills.
    Digital_Content_Protection_LLC Licenses technologies for protecting commercial entertainment content.
    CAD_Schroer_Online Manufacturer and vendor of STHENO/PRO - a 2D sketching solution for Pro/ENGINEER® users.
    Girardesign Offers web site design, web development, and search engine optimization in French and English. Also provides French translation services.
    IT_Study_Guide Research links, resources and helpful information for students in the Nova SCIS Ph.D. program.
    The_TAON_Project A sound editor for Linux.
    Ultra_Monkey Project to create load balanced and highly available services on a local area network using Open Source components on the Linux Operating System.
    Globalpatrol Provides administrators with the ability to record comprehensive surveillance logs and impose effective access restrictions on any Windows PC.
    AEC_CAD_Pros,_Inc Architectural design and construction drawing services, plus CAD software consulting. Online training for Cadsoft Envisioneer, Vectorworks, Turbocad and other titles.
    Smooth_animation_using_DHTML Taking an in-depth look at cross-browser cross-platform DHTML performance using a simple animation test. Full description of the tests as well as source code, all tests are also available.
    Profile7 Offers web and multimedia design, database development and digital sounds. Based in London, United Kingdom.
    2_Bytes_Web_Design Offers designs containing forms, javascript, custom graphics, hand coded HTML, Flash, and e-commerce.
    CuteFTP Features Windows interface, a built-in HTML editor, site-to-site transfers, scheduler, and persistent file transfers. [Win95/98/Me/NT/2000]
This is websites2007.org cache of m/ as retrieved on 2008.09.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
Random Number Generator Info // // RANDOM NUMBER GENERATOR by ORION Links to pages about ORION's Random Number Generator  Random Number Generator New: Subscribe to our newsletter. New: Please help us develop new products by filling out our survey The Random Number Generator port dongle (Mac/Win, for a male serial 25 pins com port) is the first true RNG to pass Marsaglia's famous DIEHARD randomness test. It produces completely independent series of numbers and can be used for randomization of numbers, encryption purposes, virtual casinos or for scientific research. All Orion products are distributed and supported by ICATT interactive media. Please check the order form for prices. Mail to:

About the Random Number Generator (RNG)

What is a Random Number Generator? Applications of RNG's How the ORION RNG works Tests before delivery How to connect the RNG to the computer How to use the RNG in research or practical applications Specs of the RNG Software Prices What is a Random Number generator? Random Number Generators are generating numbers in a sequence in such away that the next number has no relation with the previous numbers. There are software routines that may generate these numbers but these only approach the ideal of independence between the subsequent numbers because they still use an algorithm to calculate the next number from the previous one. There are several of these algorithms and it is difficult, though in principle not impossible, to assess from the numbers which algorithm is used. Another approach to obtain random numbers is to use noise in nature. The most commonly used noise sources are bouncing of ping pong balls (in lotteries) or more sophisticated: radioactive decay or electron tunneling in electronic components. These processes are in principle unpredictable. ORION's Random Number Generator is of the latter kind. Applications of the RNG RNG's are applied in cases where one needs unpredictable events. Our RNG's are being used all over the world by casinos, scientists, military experts, encryption specialists and software developers. They are used in scientific research eg. in so-called Monte Carlo simulations. They are also used in research on so called paranormal or psi phenomena where randomness is an essential condition and they are used in encryption/decryption-applications. Of course casino's on the Internet are important users of the RNG. If you have a casino or are developing any type of game or feature based on truly random numbers, you should consider using an RNG. How the RNG works ORION's Random Number Generator consists of two independent analogue Zener diode based noise sources. Both signals are converted into random bit streams, combined and subsequently transmitted in the form of bytes to the RS-232 port of your computer. Special timing circuits ensure that crucial logical operations occur at moments that the device has stable signals. The baud rate is 9600. So the device is capable of supplying you with about 960random bytes or 7600 random bits per second Power is drawn from the RTS and TXD signal. (pins 4 and 2 of the D-25connector). In order to work properly the RTS signal should be high (5 volts or higher) and one should not send bytes to the device! WARNING: part of the RNG is shielded. Do not open the device. It is not allowed to copy or use the design of the RNG without written permission of the original developer, the Foundation for Fundamental Research on Man and Matter (FREMM). The test data Each RNG passes a 256 run random ness test before being shipped. Each run consists of 8192 8-bit samples. The unselected results of this test are included with the package in the form of the number of bits that have been used, the over-all first bias, and an estimate of the higher order biases. Detailed test can be obtained upon request. If the first order bias is larger than1 bit in 2000 bits the RNG will be rejected. Please read the IMPORTANT NOTE beneath on how to compensate further for remaining first order bias. How to connect the RNG to the computer The RNG is functionally similar to a 'crazy' modem sending random information to your machine. It should be connected like any modem. In some cases when the computer has a standard D-25 male connector you can plug the RNG directly into that connector. In other cases (e.g. for Apple computers) you have to connect the RNG through a standard modem cable. "Mac users: if you have a Mac without a serial port you will need to buy a Serial-to-USB adapter separately. These are not included." How to use the RNG in research or practical applications. The byte read from the RS-232 port should be seen as a number. The lowest value is 0 and the largest value is 255. In experiments where a binary decision is needed you will have to transform the byte (0,255) into a '0' or a'1'. For instance: r= 0 byte = read_com() IF (byte > 127.5) then r=1 For decisions between 4, 8, 16 etc. alternatives a similar procedure can be used. If one needs to have 5 alternatives (for instance if you want to simulate a Zenercard experiment) then the procedure may be as follows: start: byte=read_com() if byte > 249 then go to start r = int (byte/5) IMPORTANT NOTE Although the design is such that the device has a first order bias which is guaranteed smaller than the specification we strongly recommend the following guidelines when using the RNG in any crucial application. 1. Have a short straight test run of the RNG at the beginning and at the end of the sessions, just to check for first order effects. A few seconds sampling is sufficient. Look at the supplied test programs as an example . 2. Before using the random byte as read from the RS 232 port, apply a software routine that ensures that in 50% of the samples a logical '1' will be interpreted as '0' and of course also that in 50% of the samples a logical '0'will be interpreted as a '1'. This will ensure that no systematic first order deviation will arise even when the device does not function properly (of course you might get strong second order and variance effects). The easiest way to do this is to transform a '1' into a '0' and a '1' into a '0' on odd trials. A more sophisticated and recommended way is to XOR the random byte with a pseudo random byte. In that case the resulting bytes will even behave properly for higher order bias effects. 3. In case of psi research: Always have a no-subject condition as part of the formal design. In the no subject condition each button-press is replaced by a random wait routine. As a rule of thumb run the no-subject condition about 10 times more often than the experimental subject condition. Due to the limited knowledge we have of the psi phenomenon we cannot specify a control condition which is guaranteed psi-free. There fore one might occasionally also find deviations in the no-subject condition. Just report these. Specs Requirements: Works with any DOS, Windows machine and Macintosh(no OSX yet) Required power: None Dimensions: appr. 15 * 30 * 40 mm Biases: First order less than 1 in 4000; Higher order less than 1 in 14000000. Data Rate: 9600 Baud Communication Protocol: RS232 "Mac users: if you have a Mac without a serial port you will need to buy a Serial-to-USB adapter separately. These are not included." Software There is software available for the Macintosh(no OSX yet)and for DOS or Windows systems. The software can be downloaded here. Description of software for DOS/Windows and Macintosh Download software for DOS & Windows Download software for Macintosh The sources are available on request. Listings are already available. Prices Please check the order page for prices and information on ordering.   Login    _uacct = "UA-517863-2"; urchinTracker(); // dnn.controls.initMenu($('dnn_dnnNAV_ctldnnNAV'));
 

Orion

Products.

A

parallel

port

dongle

consisting

of

two

independent

analogue

Zener

diode

based

noise

sources,

with

associated

software.

(Mac/DOS/Win)

http://www.randomnumbergenerator.nl

Random Number Generator 2008 September

dvd rental

dvd


Orion Products. A parallel port dongle consisting of two independent analogue Zener diode based noise sources, with associated software. (Mac/DOS/Win)

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Verizon Ringtones - Unsecured Loans - Hotels - Mortgages - Advertising
2008-09-07 01:25:04

Copyright 2005, 2006 by Webmaster
Websites is cool :) 44Kasy Fiskalne - Skip Hire - Wymiana Linków Sta³ych - Meble Katowice - Hotel Berlin