This tag is for questions pertaining to random numbers, whether pseudo random or truly random.
3
votes
2answers
35 views
Select element from array with probability proportional to its value
I have an array of doubles and I want to select a value from it with the probability of each value being selected being inversely proportional to its value. For example:
arr[0] = 100
arr[1] = 200
...
2
votes
2answers
32 views
Generating an even random range in Netezza
Netezza says that its random() function generates a float between 0.0 and 0.99999...
I'm trying to generate random ints within a range (e.g., between 5 and 10). The internet told me to use an ...
-2
votes
1answer
48 views
Generate 5 random numbers that it SUM a determinate quantity in PHP or JS [closed]
I want to set an x number for example 4000 and I want to set in how many random numbers that will SUM that number
Number: 4000
how many random: 5
Result:
1538 597 817 693 355
And if I sum that ...
-2
votes
2answers
49 views
how to define rand() acording to probability?
having 1 bag with 3 equal balls
i made code to simulate number of times each ball comes off (works flawlessly so far)
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
...
1
vote
2answers
17 views
Get Negative Numbers With OpenSSL Random In PHP
I'm messing around with some code to make a strong pseudo-random number generator using PHP. So far, I have the following.
function strongRand($bytes, $min, $max)
{
...
2
votes
2answers
37 views
PHP or shell: How to randomize a list without back to back repeats?
I wrote this in Linux BASH shell, but if there's a better solution in PHP that would be fine.
I need to produce a random selection from an array of 12 elements. This is what I've been doing so far:
...
2
votes
5answers
209 views
Randomise an array of integers [duplicate]
Can you help me to find a way to randomize arrays? E.g.:
int[] arrayInt = { 1, 2, 3, 4, 5, 6, 7 };
after randomizing, the result should be stored in another array.
And when you randomize again it ...
3
votes
2answers
55 views
SQL: how to select randomly and order by higest
i have a schema look like this:
CREATE TABLE users
(
id int auto_increment primary key,
name varchar(20),
point int(255)
);
INSERT INTO users
(name, point)
VALUES
('Jack', ...
4
votes
4answers
113 views
Generating unique 6 digit code
I'm generating a 6 digit code from the following characters. These will be used to stamp on stickers.
They will be generated in batches of 10k or less (before printing) and I don't envisage there will ...
1
vote
2answers
61 views
jQuery show and hide does not work consistently
I'm attempting to make a button display random element when clicked using show/hide. It sets up so the element will be hidden first to stop duplicates, then shown. However it sometimes doesn't show.
...
-3
votes
3answers
81 views
Uniform random numbers to simulate with ten decimal places [closed]
I'm tring to run an specific simulation, i have some code implemented but the result is not the one i'm expecting, i need to generate random uniform(ranged from 0 to 1) numbers with 10 decimal places ...
0
votes
1answer
20 views
How do I get a random number to stay fixed with slick?
I'm a beginner in Java as well as with the slick tools. I want to make a game that has different coloured cubes randomly placed within a certain area of the window.
I use two for-loops and call for ...
0
votes
2answers
73 views
C# Get only numbers 1-15 from RNGCryptoServiceProvider?
As RNGCryptoServiceProvider is "safer" (produces high-quality random numbers) than Random() I felt for using it. Performance is not an issue. But, instead of reading the last digit, and somehow decide ...
2
votes
1answer
47 views
How to make random frame animation in android?
I have a number of animated images(frames) like image_1,image_2 and image_3.I want to use this animated image in my application so I tried
<animation-list ...
3
votes
1answer
28 views
ActionScript 3.0 Randomize array, display number, and splice that number
So I am building a deck of cards. I have them blocked out, and appearing correctly on the screen. Now I need to build an array with numbers 1-16, and display them randomly on the cards without ...
0
votes
2answers
40 views
Fill 1D Array Using Permutation of 1D Array
My goal is to create a two-dimensional array, which will be filled using a random permutation of a one-dimensional array. The first row and column of tab should not be filled. This is what I have ...
0
votes
1answer
21 views
flash action scrip 2 remove linkage MovieClip
i'm trying for tow-tree days to solve this problem and i'm this close to kill my self.
i'm making a banner and in the banner i have a movie-clip that link fro the libary in action script and call ...
1
vote
1answer
47 views
Blitz++: Filling an array with random numbers
I am trying to compare the performance of Blitz++ / Armadillo / Eigen and my own library.
I am currently doing the following using Blitz++:
...
Array<T, 1> s(samples);
Uniform<T> rand;
...
0
votes
1answer
31 views
Android: Random Number list to an actual number
My app has a section that will generate random numbers so that the numbers can be combined as an 11 digit number so that it can send out a phone call.
So far I have this:
Random rand = new Random();
...
0
votes
2answers
56 views
Generating random integers within range with a probability distribution
I have a problem where I want to generate a set of random integer values between 1 and 5 inclusive using a probability distribution.
Poisson and Inverse Gamma are two distributions that show the ...
-5
votes
1answer
59 views
Run program again [closed]
So far I have this much code and I need to be able to make the program runs again if the user inputs "y" and stops the program if the user inputs "n". The code I've written seems to be wrong, please ...
1
vote
1answer
53 views
random.choice broken with dicts
There is a restriction on random.choice that the input must be a sequence. This causes non-obvious and hairy behaviour on a dict:
>>> d = {0: 'spam', 1: 'eggs', 3: 'potato'}
>>> ...
0
votes
1answer
47 views
Counting number of occurrence in randomly generated numbers [closed]
I have a Java program that generates 100 random integers between 0 and 9 and I need to make it display the count for each number. the example of that is this:
...
1
vote
3answers
36 views
JavaScript - Output characters randomly
Not sure how to go about this but I need to output a set of characters x, y and z. The output is 3 characters long and consists of x,y and z. However the characters are as likely as each other. ...
0
votes
1answer
42 views
Calculating max and min numbers in generated random numbers in Java [closed]
So I have a Java program that generates 100 random integers between 0 and 9 and I need to calculate the max, min and average numbers of generated integers. So far I have
import java.util.Random;
...
0
votes
1answer
46 views
random function not working properly
I am having trouble with an asp page that contains a random function to display a random number of random records. The way I have the code now, as shown below, nothing appears on the page even though ...
0
votes
2answers
46 views
javascript: random image selected on refresh
So I have a site in which I have a description area and I have it be a random description on refresh by using the following code:
<script type="text/javascript">
var description = new Array ();
...
-4
votes
1answer
34 views
Generate random code with PHP [closed]
I want to generate a code randomly with php. The length should be 5 alphanumeric chars.
But I want the first value to be A-Z. How can I do that?
I've done the following, but this seemed too obvious ...
1
vote
3answers
34 views
Is a 64 bit random ID good enough for about 10 million entries?
I was inspired by this unique id code to generate a random 64 bit identifier.
My question: will this be good enough for about 10 million entries?
def self.generateId
...
0
votes
1answer
44 views
How can Randomize the cases in switch condition without repeating
Hi I am trying to make an Android App in this model.Main aim is to Randomize the cases in the switch condition Shown in the below code. As I am Again calling the method in each case, The chances of ...
3
votes
2answers
39 views
C: rand() with min and max values including negatives
I am trying to dynamically allocate an array of doubles and set each element to a random value within a range of positive or negative numbers, but I am having difficulty. Right now, I can only figure ...
-1
votes
2answers
33 views
How to have different strings displaying different text each time user opens app?
Basically the app opens up to a menu and at the top it says Welcome to bla bla. I want to change that every time they open the app to something different each time so next time it would say. Bla bla ...
-1
votes
8answers
112 views
How to check if 5 random numbers are the same [closed]
I can't figure out how to test if 5 randomly generated numbers are the same.
All i have so far is the creation of them.
dice1 = rand.Next(1,7);
dice2 = rand.Next(1,7);
dice3 = rand.Next(1,7);
...
-1
votes
2answers
50 views
Best method of finding random English words
I'm looking for the best way to find a random English word using an Android app. Is there a better way than saving a .txt file with all the words in your res/ folder, such as
...
1
vote
2answers
65 views
Efficient implementation of an iPod-like shuffle algorithm?
The goal is to pick a random song from 1..N with no repetitions for N songs, and be able to iterate forward and back like in an iPod. I used a hash table to store random songs. Is there a better way?
-1
votes
8answers
132 views
Getting random numbers with two digits despite being less than 10
I want my program to randomly select a date to serve as a birth date. The first randomized number is the year, the second is the month and the last one is the day.
Random rand = new Random();
for ...
0
votes
0answers
19 views
Unique objects from a random list, only one of each type can ever be present universally (Java)
Currently I am writing a program (in Java) that mimics the process of cellular reproduction (Both Mitotic and Meiotic reproduction(In plain English: Sexual and Asexual reproduction)), alongside of the ...
-3
votes
1answer
74 views
generate random image from database php [closed]
I'm trying to create a random image script that selects from an existing list of different users images within a database but i'm having no luck. Anyone knows of a way to do it?
Here's the code...
...
0
votes
2answers
61 views
Limit number of products displayed in random products block in Magento
How can the solution provided in Magento limit the number of products shown with in the new products block be applied to a random products block displayed on the home page?
I currently have the code
...
-1
votes
1answer
73 views
How to ignore negative value in random number generator
I am using the BigInteger class to generate random a large prime number but I keep getting negative value. How is it possible to ignore all the negative returns? How should I make it to a fix 10 ...
1
vote
3answers
28 views
Random Number in Octave
I need to generate a random number that is between .0000001 and 1, I have been using rand(1) but this only gives me 4 decimal points, is there any other way to do this generation?
Thanks!
0
votes
3answers
53 views
random procedure wants exact integers in scheme
I am given a real number which is between 0 and 1. This is my niceness-factor. This factor is a kind of probability. I mean if it is 0.2, it means that something will be happen with the probability of ...
0
votes
2answers
46 views
10 Digit No. Generation
I am having an assignment about creating password through java:
Suppose you work in a safe selling company and your manager asked you to create a list of all
the ten digit numbers between ...
0
votes
1answer
34 views
Java - how can I check what is exactly entered into a JOptionPane.showInputDialog
This is my Code
import java.util.Random;
import javax.swing.JOptionPane;
public class randomnumbersv2 {
public static void main(String[] args){
Double randomnumber = ...
1
vote
3answers
71 views
Is my password generating function inefficient? [closed]
I have this javascript password generating function. Right now I'm discarding passwords that don't match the selected specifications. For example if the password doesn't contain numbers, I discard it ...
1
vote
1answer
71 views
Random integer / occurrences (C++) issues
I've been currently stuck on a C++ problem for about an hour and half. Here's the question:
Write a program that generates one hundred random integers between 0 and 9 and displays the count for each ...
3
votes
1answer
62 views
Generate an array of random values from a created function to be plotted
I have a function:
f = x**0.5*numpy.exp(-x/150)
I used numpy and matplot.lib to generate a plot of f as a function of x with x:
x = np.linspace(0.0,1000.0, num=10.0)
I am wondering how do I ...
0
votes
2answers
75 views
Scramble string [duplicate]
How can i randomized each string in Array words... for the word "Position" to "Psioiont". basically what i need to do is i want to display the i an funny way where a person has to think before he ...
1
vote
4answers
51 views
Java modulo operator precedence
I need some help in debugging the following java program.
import java.util.Random;
public class NextInt
{
public static void main(String[] args)
{
for(int i=0; i<20; ++i)
...
1
vote
2answers
31 views
Divide records into groups - quick solution
I need to divide with UPDATE command rows (selected from subselect) in PostgreSQL table into groups, these groups will be identified with integer value in one of its columns. These groups should be ...
