+ Reply to Thread
Results 1 to 4 of 4

Thread: Number Generator

  1. #1
    Newbie Beginning-now is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    3

    Number Generator

    Hello everyone,

    i'm trying to build a number generator which creates almost 'random' sequences of numbers between 1 and about 10000, and now i'm wondering if you know any programs i can best use to build it, plus somebody who tried this to and knows good and easy to understand codes, or any other help you can offer ofcourse. and the other 'problem' is that the numbers have to be displayed in another file so the can go on files and cards etc.
    any help is welcome. thanks in advance.

  2. #2
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Just about any programming language is capable of doing this. Do you want it to be executed via the web or via a desktop program?

    Two Examples

    PHP:
    Generating Random Numbers with PHP
    Random Generator of Unequal Numbers
    Floating Point random number generator
    Return random numbers without duplicates

    C#:
    Generating Random Numbers in the .NET Framework using C#

  3. #3
    Newbie Beginning-now is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    3

    Arrow 1 step further

    it has to be usable in a program used to design and/or create costumerscards and such. so i was wondering if anyone knows how to integrate one of these number generators into such a program? thanks

  4. #4
    Newbie Beginning-now is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    3

    Cool and something else...

    Luckily, the way i created my number generator works, the only thing i need now is a way to create a table to start in with a generate button, and a text/picture box which displays the generated number, if anyone could help me, please do
    thanks for the help so far

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Floating Point random number generator
    By Paradine in forum PHP Tutorials
    Replies: 0
    Last Post: 08-26-2007, 02:09 PM
  2. Script Generator
    By Victor in forum C and C++
    Replies: 9
    Last Post: 08-07-2007, 01:45 AM
  3. Number Cloning
    By Ronin in forum Java Help
    Replies: 3
    Last Post: 12-21-2006, 07:23 AM
  4. I need to generate a random number in PHP
    By dirkfirst in forum PHP Forum
    Replies: 7
    Last Post: 07-05-2006, 09:58 PM
  5. Number of files and directories in folder
    By dirkfirst in forum PHP Forum
    Replies: 4
    Last Post: 05-30-2006, 10:06 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts