This tag is for questions pertaining to random numbers, whether pseudo random or truly random.

learn more… | top users | synonyms (9)

0
votes
0answers
22 views

Optimise Sql Query- order by Rand and random item in each group

What I am trying to do is get a random image from each user from all images. I have done a select random and a group by. I was told order by rand is slow and have read it is better to do the way ...
0
votes
3answers
62 views

PHP sort random MySQL result based on a column

I have this table (PERSONS) with 25M rows: ID int(10) PK points int(6) INDEX some other columns I want to show the user 4 random rows which are somewhat close to each other in points. After a lot ...
0
votes
2answers
39 views

Variables being changed for no reason

I am making a very simple thing where things fall from the top of the screen and (once finished) you will have to grab them. I store all objects falling (bottles) inside an array. When there is one ...
2
votes
2answers
31 views

jQuery random blockquote

I've spent the past 2 hours looking for and testing various solutions to this problem but to little success so I'm resigned to asking for help. I would like to build an array of quotes which each ...
1
vote
1answer
341 views

Random.Next() always giving the same result [duplicate]

Possible Duplicate: Random number generator not working the way I had planned (C#) I am experienced in basic C# programming and am currently making a Die roller. This application can roll ...
0
votes
1answer
41 views

Is my random variable significant

I performed an experiment on coral colonies (10 colonies, randomly chosen); manipulating aragonite/carbon chemistry and temperature (fixed effect). Now I want to test for random effects on the corals ...
16
votes
8answers
7k views

How do you create a random string in Postgresql?

I'd like to make a random string for use in session verification using postgresql. I know I can get a random number with "Select random()", so I tried "select md5(random())", but that doesn't work. ...
0
votes
4answers
56 views

Generate 4 digit unique random number in Java using predefined library?

I want to generate 4 digit unique random number in Java. Suppose I run the application for 1000 times then each time I should get unique random number. I tried with UUID but it is very long random ...
0
votes
1answer
28 views

Pick a random Entry from a database

I am trying to code an application to help me run a quiz night. I have different databases for different categories which I want to be able to randomly pick out a question from, and show it on ...
1
vote
3answers
144 views

Random range without duplicates in PHP

I have 60 images but I want to randomly show 20 from 1 to 60. My code is something like this, it shows 60 <?php for( $i = 1; $i < 61; $i++ ) { print '<a ...
5
votes
8answers
1k views

Random.Next is not giving a random number

Hi This how I used the random but it always gives "1" index to indexOfAChosenListCell. When I debug it it shows different values, but on regular running I get the same move every time.. What is the ...
49
votes
16answers
42k views

Select a random N elements from List<T> in C#

I need a quick algorithm to select a random 5 elements from a generic list. For example, I'd like to get a random 5 elements from a List.
0
votes
1answer
28 views

How to get a random number from a 2d coordinate and a seed?

I'm trying to make some noise based terrain generation and I need to get a random point from a a coordinate point, and a seed. Now, the hard part I'm struggling with is having the same number returned ...
4
votes
2answers
67 views

Random sampling of non-overlapping substrings of length k

Given a string of length n, how would I (pseudo)randomly sample m substrings of size k such that none of the sampled substrings overlap? Most of my scripting experience is in Perl, but an easy-to-run ...
17
votes
10answers
23k views

Generating a random password in php

I am trying to generate a random password in php. However I am getting all 'a's and the return type is of type array and I would like it to be a string. Any ideas on how to correct the code? ...
19
votes
8answers
6k views

How many random elements before MD5 produces collisions?

I've got an image library on Amazon S3. For each image, I md5 the source URL on my server plus a timestamp to get a unique filename. Since S3 can't have subdirectories, I need to store all of these ...
-2
votes
3answers
63 views

Python: Random Numbers into a List

Question: Create a 'list' called my_randoms of 10 random numbers between 0 and 100. This is what I have so far: import random my_randoms=[] for i in range (10): ...
0
votes
1answer
86 views

Creating array of quiz questions that do not repeat

I'm trying to create a basic quiz app where the questions will not repeat. I've looked at several examples and believe I should be storing the questions in an array and then removing one from the ...
0
votes
1answer
97 views

Why is the program setting it to “else” when it should be on “if” here?

I am developing a game. There is a picturebox on the scene and the image for the picturebox is set in an array that changes randomly after the user answers the correct name of the image in a ...
30
votes
10answers
34k views

Most efficient way to randomly “sort” (Shuffle) a list of integers in C#

I need to randomly 'sort' a list of integers (0-1999) in the most efficient way possible. Any ideas? Currently, I am doing something like this: bool[] bIndexSet = new bool[iItemCount]; for (int ...
1
vote
4answers
45 views

python, generate random string in range 01-12

I need to generate random string in python, that is in range 01 - 12. The zero has to be there in front, if the number is below 10. So basically I need the function to return something like 05 or 09 ...
24
votes
8answers
19k views

How to randomly select rows in SQL?

I am using MSSQL Server 2005. In my db, I have a table "customerNames" which has two columns "Id" and "Name" and approx. 1,000 results. I am creating a functionality where I have to pick 5 customers ...
0
votes
2answers
51 views

Same random numbers being created everytime the loop goes around.

I am a beginner at C++ and for one of my project involves loop inside loops and creating random numbers. Here is what I have so far: ` using namespace std; int main() { srand((unsigned ...
-1
votes
1answer
28 views

PHP extracting random number from source code failed [closed]

<?php $cookie ="mycookies"; $url = "http://www.example.com/path_to_script.php"; $num = ""; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, ...
0
votes
3answers
60 views

Randomly generate n unique numbers

If I want to generate 1000 numbers from 0 to 999, which are unique, what should I do? My first attempt is to create a array {0, 1, 2, ..., 999} and use std::random_shuffle to shuffle them. However, ...
0
votes
1answer
22 views

Android Trouble With TextViews and Buttons

Okay so I am making a application just for fun that has a random number pop up on the screen. If you tap the button with the same number as the random number you get a point, and if you tap the button ...
8
votes
3answers
6k views

Random alpha-numeric string in JavaScript?

What's the shortest way (within reason) to generate a random alpha-numeric (uppercase, lowercase, and numbers) string in JavaScript to use as a probably-unique identifier?
1
vote
1answer
90 views

How to generate a random n*y matrix with columns of unit length?

Is there any specific form or algorithm of generating a random matrix in which all it's columns norm is equal to one? I'll do an implementation of the algorithm in c/obj-c. However just the general ...
34
votes
11answers
41k views

Generate random numbers following a normal distribution in C/C++

Does anyone know how I could easily generate random numbers following a normal distribution in C/C++ ? http://www.mathworks.com/access/helpdesk/help/toolbox/stats/normrnd.html I don't want to use ...
-1
votes
1answer
20 views

assembly randomrange always same output

The Irvine procedure gives always the same output. What would be a better way to get random numbers each time the program executed? TITLE Program Template (Template.asm) INCLUDE Irvine32.inc ...
6
votes
6answers
316 views

Why does an instance of Random in a serialized class repeatedly produce the same set of numbers?

So I'm a c# noob. I have a quick question that I can't find an answer to anywhere else. [Serializable()] public class Dictionary { private Random m_RandomGenerator = new Random(); public ...
0
votes
1answer
19 views

randomrange in assembly with Irvine

I am working on x86 assembly language. I want to get two parameters that one is column and other one is row, using randomrange within the interval [0,5]. Here I tried to adjust the interval by ...
1
vote
1answer
77 views

Random number generation based on different factors [duplicate]

I want to write a random number generation algorithm. But I do not want the numbers to be completely random. I want them to be dependent on a number of different factors. By factors, I mean variables ...
0
votes
2answers
38 views

MYSQL select random of each of the categories

I want to select random 5 records from each categories in the same table. table name: t_shop column name: shop_id, shop_categoryID For example: shop_id | shop_categoryID 1 | 1 2 | 1 5 | 1 7 | 1 9 ...
3
votes
5answers
1k views

Reversible pseudo-random sequence generator

I would like some sort of method to create a fairly long sequence of random numbers that I can flip through backwards and forwards. Like a machine with "next" and "previous" buttons, that will give ...
1
vote
5answers
31 views

Php MySQL Nonrepeating Random Data Display

Let's say I've got a mySQL database: two columns: ID and names, with 100 rows. What I'd like to do is pick out say 10 names - with no repeats - and display them in random order. Using this code, I ...
-4
votes
1answer
42 views

Selecting random String from .plist? [closed]

I am currently new to developing and have run into a problem. I would like to read string from a .plist and when a button is pressed it picks a random string and presents it in a label? I have a ...
2
votes
1answer
24 views

How to remove a string from an arraylist randomly

So what this program is supposed to do is the user inputs a name into a text box and then presses a button to add it into an array which is displayed onto a text area. The thing is that I can't figure ...
-1
votes
2answers
64 views

Same and Different Random Numbers generation [closed]

I am creating this game which involves generating random numbers. I have to add an option (at the end of the game) to restart the same game or create a new game. How can I generate same and different ...
-1
votes
2answers
27 views

Selecting A Random Item From An Array iOS

I'm trying to use the didFinishPickingMediaWithInfo when the user have picked a photo. When they have picked the photo, I want to generate an item from an array to a UILabel, just like this: ...
0
votes
4answers
87 views

Is there a better function that rand()?

I have a program, in C, which creates an array of 1000 integers using a random number from 0-999 and then performs some sort of algorithm on that array. In order to test the algorithm's running time, ...
0
votes
2answers
54 views

Pairing Links with PHP Randomized Ads

So I have the following code with works great for randomly generating position for 5 different sidebar ads, my problem is how to give the ads a link that will always be paired with them. I'm looking ...
2
votes
4answers
57 views

Improving perfomance for randomly created panels

So what I'm trying to do is create like a random image from panels of different colors. The user can choose how many panels (i.e. pixels) he wants to have and the number of different colors and then ...
4
votes
2answers
55 views

Drawing an imperfect circle

Programatically drawing a perfect circle is not all that difficult. It's based on some very simple math, afterall. You input two parameters (a center and a radius) and output the circle. But if you ...
0
votes
1answer
14 views

Random sound onclick button android assets

I want to play random sounds from assets/ folder in my project. What's wrong with that code? Help me please Here's my code: MediaPlayer player; AssetFileDescriptor descriptor; private String[] ...
-1
votes
3answers
55 views

How “good” is this method for generating random numbers?

I was searching on google for RNGCryptoServiceProvider with examples on how to limit the range between Max and Min, and still get an even distribution. Before I used modulo operator, but sometimes it ...
-1
votes
1answer
96 views

Sort list in random number order

I have a list that I want to sort into a random order each time. There are a few ways that I've come across: list = list.OrderBy(x => Guid.NewGuid()).ToList(); var rnd = new Random(); myList = ...
0
votes
2answers
48 views

Algorithm Needed: Predictable Randomized Tiles in Javascript [duplicate]

Here is the function definition: /** * @param {number} x The x-coordinate (can be positive or negative) * @param {number} y The y-coordinate (can be positive or negative) * @param {number} ...
617
votes
26answers
83k views

Understanding “randomness”

I can't get my head around this, which is more random? rand() OR rand() * rand() I´m finding it a real brain teaser, could you help me out? EDIT: Intuitively I know that the mathematical ...
1
vote
2answers
53 views

Attempting to create chance calculator

I am relatively new to Java and wanted to try and make a code that would randomly generate 2 numbers a set amount of times, and it would track how many times the 2 numbers are the same. Then after X ...

1 2 3 4 5 141