The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

Generate Random double in the range[0,1) with a seed in the range [0,2^16}

I have to generate a random double in the range[0,1) providing with a seed in the range [0-2^16] in c or c++ The generated id's should have a uniform distribution. Can you suggest some methods or ...
-3
votes
3answers
84 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 ...
2
votes
2answers
63 views

Generate random values in VHDL function

I have a design were I'm writing/reading to/from a RAM and perform some computation on the read values. In some cases, I read values from RAM locations where I haven't written anything to yet. This is ...
0
votes
1answer
38 views

Points on surface of N-dimensional cube

How can i generate random-uniform points in the surface of a N-dimensional cube with edge E? For the 3D case, it's easy: 1-pick 2 dimensions from x, y, z 2-generate 2 random points 3-generate 0 or 1 ...
0
votes
0answers
12 views

table-like output

I have made a program to read an array, sort it, and then output a table made out of asterisks. I can't find any info on this, but i want to know how to make the output uniform, as in i have: ...
0
votes
1answer
92 views

Possible to set an initial value for a shader uniform? (Android, OpenGL ES 2.0)

edit: As suggested, I'm trying to set an 'initial' value to my shaders uniform in my constructor, I have included some code and would be grateful if someone could explain why I get a blank screen if I ...
0
votes
2answers
147 views

turning a uniform distribution into a normal distribution

how do i turn a uniform distribution to a normal distribution I have Random samples of 2000 numbers between 0 and 1 and I did this for 10 columns I got the average of all ten columns and put it on ...
0
votes
0answers
91 views

I can not use $.uniform.update(); dropdownlist in my project

I'm using jQuery Uniform on my site. Some select are blocked, if I choose any one option in the first select, the second is automatically unlocked. The problem is that the uniform is not changing the ...
0
votes
2answers
127 views

GLSL layout std140 padding dilemma

I have the following uniform buffer: layout(std140) uniform Light { vec4 AmbientLight; vec4 LightIntensity; vec3 LightPosition; float LightAttenuation; }; I have some issues ...
0
votes
0answers
85 views

jQuery uniform plugin select box alignment

I am using the jQuery Uniform plugin on a project I am working on. I have an isolated case of incorrect alignment between a label and a select box that I cannot fix. Here is an example of the markup ...
0
votes
0answers
236 views

PHP - Get checkbox value Twitter Bootstrap

I'm building an app using Laravel and Twitter Bootstrap. And now i've come to a point i where want to use checkboxes. Bootstrap styles the checkboxes automatically which is nice. But in PHP i can't ...
0
votes
0answers
23 views

Is there a way to make the point density in one mesh uniform in Mesh?

all I have one mesh with nonuniform point distribution. Some triangles are very large and some are small. I'd like to make point density almost uniform. Currently I am using MeshLab and try various ...
0
votes
2answers
27 views

Is a Uniform Resource Locator and a Universal Resource Locator the same thing?

Working with this, are they technically the same thing, or different? If different, how so?
1
vote
2answers
99 views

Change Select value using GWT Uniform.js

I'm using uniform.js in my GWT app. I need to change the values of the select item diagrammatically. But, the widget seems does not get updated. I know this can be updated using $.uniform.update(); ...
0
votes
2answers
123 views

Using uniForm and trying to disable input

I have a form that I have 2 different sets of formfields that are utilized depending on a select box value. The problem I am having is when I try to disable the irrelevant input fields, I the disabled ...
0
votes
1answer
49 views

How to store texture uniforms in the state of the program?

I already learned that uniform values are stored in the state of the shader program. // GLSL code uniform mat4 projection; // C++ code GLuint location = glGetUniformLocation(program, "projection"); ...
0
votes
0answers
138 views

cannot pass uniform float array to fragment shader

I'm trying to pass an array to a fragment shader: //c++ code float filter[9] = {-1.0f,-1.0f,-1.0f, -1.0f,9.0f,-1.0f, -1.0f,-1.0f,-1.0f}; glUniform1fv(glGetUniformLocation(imageShaderId, ...
0
votes
0answers
25 views

in which cases would someone want to use zipf distribution?

I need to use the zipf distribution to generate numbers. These numbers will go inside a relational table, then I will use this table to find other tables according to an algorithm. So, I will first ...
3
votes
4answers
146 views

Drawing floating numbers with [0, 1] from uniform distribution by using numpy

I'm currently trying to draw floating numbers from a uniform distribution. The Numpy provides numpy.random.uniform. import numpy as np sample = np.random.uniform (0, 1, size = (N,) + (2,) + (2,) * ...
0
votes
1answer
471 views

How to plot probability density functions in matlab?

I need to plot a probability density function of a uniformly distributed matrix from U = rand (1,1000) but I can't use the ksdensity function. I've tried this: term = 1000; U = rand (1,term); ...
0
votes
2answers
230 views

Uniform CSS - add icon on the right side of an select box

i'm using the current uniformjs library and bootstrap on a form. with the library the select boxes get a nice design: <div class="control-group"> <label class="control-label">Some ...
0
votes
0answers
135 views

how to uniformly quantize an intensity image into K levels (where K=4, 16, etc) in MATLAB? and how to display these quantized images?

i am trying to do uniform quantization on a gray scale image in MATLAB. i have allready generated the intensity image from RGB. now i am trying to uniformly quantize the intensity image. i have to ...
0
votes
2answers
123 views

Jquery uniform duplicates

I use jquery uniform on my main page, simply using the code below $(document).ready(function () { $("select").uniform(); }); $('#opendiv').load("popuppage.php").dialog({ width: 420, ...
0
votes
0answers
202 views

OpenGL ES 2.0 GLSL Mat4 in Uniform Struct doesn't work?

I am building a Native Activity App for Android 2.3+. It seems Samsung Galaxy S3 OpenGL ES 2.0 GLSL Shader does not use my mat4 Uniform struct variables correctly! A GLSL Example: struct SceneStruct ...
0
votes
0answers
45 views

Path to Vendor Images for Vendor CSS File?

http://uniformjs.com/#docs I'm trying to use jQuery Uniform in a rails 3.2 app. Integrating this would otherwise be pretty straightforward in a php app or as a more-traditional website. I can't ...
0
votes
2answers
203 views

How to use jQuery Uniform with Rails 3

I'm trying to get the Default Uniform up on my rails webapp, but have not yet found any solid tutorial/guide. I've confirmed that I have the jquery gem In my Gemfile: gem 'jquery-rails', '2.0.2' ...
-2
votes
0answers
309 views

how to generate random numbers within a range that have a specific mean (matlab)

I'd like to be able to generate multiple sets of random numbers all within the same range and that have the same mean. The same standard deviation would be a plus. I do not want a normal distribution. ...
0
votes
1answer
336 views

Cloned drop downs not working with jQuery Uniform theme

Okay, once again I run into a snag with the jQuery uniform themes. http://uniformjs.com/ I am cloning rows with text inputs, drop downs, and buttons to add (clone) or remove rows. The problem is that ...
0
votes
1answer
24 views

GL_UNIFORM_BLOCK_BINDING when block is not bound to index

What will be returned by glGetActiveUniformBlock with GL_UNIFORM_BLOCK_BINDING, if specified uniform block was not bound to any binding index? ...
3
votes
2answers
665 views

Matlab, generate and plot a point cloud distributed within a triangle

I'm trying to generate a cloud of 2D points (uniformly) distributed within a triangle. So far, I've achieved the following: The code I've used is this: N = 1000; X = -10:0.1:10; for i=1:N j = ...
0
votes
0answers
67 views

Uniform radio button on android 2.2.1

I'm having some troubles rendering radio button style on radio buttons with Uniform in the web browser on a Android 2.2.1 device, other elements renders fine though, is this a known behaviour and is ...
0
votes
1answer
428 views

jquery uniform strange thing occurs when restoring (when rolling back / turning off unifrom)

Uniform is a jQuery plugin for styling up the forms. I use it on my project and there I have a case where I need to turn off this plugin and turn on later. You turn on plugin in a following way (one ...
0
votes
1answer
222 views

jquery turn off uniform plugin

Uniform is a jQuery plugin for styling forms. In my application I am using it and I have to turn off uniform and turn it on again, I mean I need to restart it. To turn on functionality of uniform on ...
1
vote
2answers
436 views

Uniform Cost search project euler #81

I am working on project euler programs for the sake of 'enlightenment' not just solving them. I have solved question 81 using dynamic progam on the 80x80 matrix but when I try to solve it using ...
0
votes
0answers
117 views

Uniform float in fragment shader. Tablet PC

I am using JNI and NDK to build an OpenGL project, everything is ok on my phone (galaxy nexus), but i've tried to start this app on several tablet pcs (huawei and acer) and find a strange behaviour: ...
0
votes
2answers
111 views

Random “location not for current program” error

I have an issue with WebGL. Sometimes, when I add a new shader to my application, I start to get uniform4f: location not for current program error (displayed in Chrome console) every frame when I set ...
1
vote
0answers
186 views

uniform.js form submission - needs double click in ie

I am using the latest version of uniform.js with jquery. In internet explorer when I try and submit the form it doesn't work the first time and have to click again If I dont include the uniform ...
3
votes
1answer
120 views

Smoothing out of rough plots

I want to draw some plots in Matlab. Details: For class 1, p(x|c1) is uniform for x between [2, 4] with the parameters a = 1 and b = 4. For class 2, p(x|c2) is exponential with parameter lambda = 1. ...
6
votes
4answers
207 views

Uniformity of random numbers taken modulo N

One common way of choosing a random number in [0, n) is to take the result of rand() modulo n: rand() % n. However, even if the results returned by the available rand() implementation are fully ...
3
votes
1answer
427 views

three.js - shader texture not appearing (flickering)

I've searched all the forums, but haven't found anyone else with this issue...I'm using a shader on a sphere to 1) create an inner glow and 2) apply a texture of earth. When I do this - the inner ...
0
votes
0answers
144 views

Measure the uniformity of distribution of points in a 2D square

I am currently running into this problem: I have a 2D square, and have a set of points inside it, say, 1000 points. I need a way to see if the distribution of points inside the square are spread out ...
1
vote
0answers
158 views

Uniform distribution of points on the surface of a circle around a randomly chosen point

In a Monte Carlo simulation i have encountered the following problem: given a unity vector u defining a point A on the surface of a unity sphere, i must randomly determine a new vector forming an ...
4
votes
1answer
321 views

Can't make reset select works

I am developing a website where I need to reset my form, which is build with jQuery Uniform, but the issue is that I can't make any reset. This is my header code: $j(function() { // Binds all ...
0
votes
3answers
134 views

clear the form fields using jquery unform plugin

I'm using jQuery uniform plugin for forms. But the problem is, how do I clear the 'file' input? I am using: $("[name=radio]").removeAttr("checked"); $.uniform.update(".colorPicker"); for ...
0
votes
0answers
161 views

How to Map Uniform Distribution Probability to Standard Deviation?

I've collected data on events that are suppose to happen in a uniform distribution according to a probability table. In actuality they deviate from the table. I've approximated their actual occurrence ...
0
votes
1answer
104 views

How to keep Uniform.js from sorting select elements

I'm using Uniform.js to style some selects. They look great, but upon styling Uniform sorts the list according to the value attribute of each option, which isn't desired. How do I prevent this?
7
votes
4answers
522 views

What is the optimal algorithm for generating an unbiased random integer within a range?

In this StackOverflow question: Generating random integer from a range the accepted answer suggests the following formula for generating a random integer in between given min and max, with min and ...
2
votes
4answers
814 views

Generating a uniform distribution of INTEGERS in C

I've written a C function that I think selects integers from a uniform distribution with range [rangeLow, rangeHigh], inclusive. This isn't homework--I'm just using this in some embedded systems ...
2
votes
1answer
532 views

OpenGL Shaders. Pass array of float

On my scene i have many objects that i want to rotate at the same time but on different angles. I have a shader that computes position of each object and draw the whole scene (pass vertex array into ...
1
vote
0answers
427 views

Select Multiple Issue Using Uniform JS

I am using uniform.js for my form element, all are working fine but I facing issue in select multiple. Only select is looking fine but when I am using select multiple that reflect like select. Please ...

1 2 3