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

learn more… | top users | synonyms (9)

0
votes
0answers
3 views

random frame After Effects expression

I have found this expression from Dan Ebberts that works fine. It just does the wrong thing. I need it to play my precomp, just start on a random frame. (this expression gets a random frame each ...
0
votes
0answers
19 views

how to generate cubes randomly in opengl / c#

I'm trying to build a game 'blocks' which sees the matches cubes and delete them. This code makes two cubes and moves them along the y-axis. Then, it supposed to disappear and 100 cube in different ...
0
votes
2answers
37 views

Random set of non-repeating numbers in Javascript

I have an annoying script I can't complete. I need 32 non-repeating numbers out of a possible 0-64 number set. Every time I try to create a loop to check the new random number against all the numbers ...
2
votes
1answer
110 views

Generating random doubles in different ranges

In my program I need to generate random doubles repeatedly (millions of times) and there are several variables with flat distributions, but different ranges. Currently this is what I do: double w, v, ...
0
votes
0answers
20 views

XML serialization number generation

I'm making a text based game at present. I want my XML to be in this sort of structure: <North> <1> </1> <2> </2> <3> </3> <4> </4> ...
0
votes
2answers
17 views

How to rotate two strings or functions on page refresh?

I have two values, i want to echo one of them on page refresh and rotate it. If the two values are Hello and Hi. Hello > Page refresh > Hi > Page refresh >Hello > Page Refresh > Hi I tried ...
0
votes
6answers
47 views

php and sql random values

I have a php sql script that generates 5 different values from a database everytime that it executes. I want those values tot change lets say once a month and not everytime the script runs. My code ...
1
vote
4answers
54 views

deleting specific value of array

I have an array containing the numbers 1 to 10. When i select one random array key, i want to delete this one The following code does something like it, but just not good enough. $imgArray = ...
1
vote
2answers
25 views

MySQL/Php: nonrepeating random selection with unique ID selectors

I'm new to using php and mysqp. Using the code below, I am calling and echoing four names from a mysql database (in a 'names' column) without repeat. However, what I'd like to do is assign a unique ...
1
vote
3answers
40 views

Javascript slideshow with random first pic?

I'm trying to setup this slideshow script so that the first pic that shows is random (I need the first pic to be a different/random slide everytime we go to the site), the remaining pics can be ...
0
votes
1answer
18 views

Jmeter random variable in several threads

I have a Jmeter thread group that uses the variable uuid several times throughout. uuid is defined with 12345678-1234-4444-a123-${__Random(111111111111,999999999999)} In other words, it starts with ...
0
votes
3answers
127 views

How do you make an algorithm for a Random Number Generator?

According to a teacher of mine in-order to do this you make two arrays with numbers, possessing several decimals. One positive array and one negative. Array 1 [0] = e.g 1.5739 Array 2 [0] = e.g ...
3
votes
4answers
37 views

Select random item out of known number of items

I have 8 divs to select from, they all have id's assigned to them, named not numerically, but descriptively. I want to be able to add .myClass to a div chosen at random out of these eight. To ...
4
votes
2answers
63 views

Possible to select between different Boost pseudo-random number generators at run-time?

I'm using the Boost Random library to generate random numbers for a Monte Carlo simulation. In order to check my results, I'd like to be able to use different RNG engines for different runs. Ideally ...
0
votes
1answer
61 views

Generating random result from array

I am trying to generate a random result from array using JavaScript. My goal is, when the user clicks the button, I want to grab a random result from array named 'favorites'. It only works once the ...
0
votes
0answers
14 views

how to generateRandomTransform with OpenCV

I tried to generate Random Homography Matrix that could be used to transform planar object image. It seems that opencv has a class "patchgenerator". But I can't find detailed information of this ...
-1
votes
0answers
14 views

php: generate 2 random time range with incremental after generating the first [closed]

How can I generate 2 time range in php? example format: 10:20:02 to 10:20:45 a duration can take seconds or minutes. but considering that the generated ranges should not repeat. thanks in advance for ...
1
vote
4answers
39 views

Display random image with fitting link

I'm using the below code to show random images which works fine. How can I add to this code so that each image gets it's own link? I.e. if "knife.png" is randomly picked I want it to have a link that ...
0
votes
0answers
26 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
2answers
40 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 ...
1
vote
3answers
87 views

PHP sort random MySQL result based on a column [duplicate]

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
4answers
60 views

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

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 ...
-1
votes
1answer
48 views

Is my random variable significant [closed]

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 ...
0
votes
1answer
30 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 ...
2
votes
2answers
38 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 ...
4
votes
2answers
80 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 ...
-2
votes
3answers
67 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
103 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 ...
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 ...
0
votes
2answers
54 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
30 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
23 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 ...
-1
votes
1answer
25 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 ...
0
votes
1answer
21 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
78 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 ...
-4
votes
1answer
46 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
25 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 ...
0
votes
2answers
43 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 ...
-1
votes
2answers
28 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: ...
-1
votes
2answers
66 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 ...
0
votes
4answers
89 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, ...
2
votes
4answers
64 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
60 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 ...
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 ...
0
votes
1answer
17 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[] ...
0
votes
2answers
49 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} ...
-1
votes
3answers
57 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
99 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
5answers
43 views

How to make an image random but not repeat by modifying this code

The below code is the only code that worked on my site (built w an online template) alll other javascript crashed. (I am very novice at web programming) Is there a simple change I can make to this ...

1 2 3 4 5 142