Tagged Questions
The quantify tag has no wiki summary.
5
votes
3answers
124 views
How to quantify the quality of a pseudorandom number generator?
This is based on this question. A number of answers were proposed that generate non-uniform distributions and I started wondering how to quantify the non uniformity of the output. I'm not looking for ...
3
votes
2answers
141 views
Does Valgrind have an API like Purify/Quantify that lets you disable data recording?
Something like this Purify/Quantify function:
quantify_stop_recording_data()
Thanks!
3
votes
6answers
211 views
Is it possible to quantify scalability as a requirement?
G'day,
I was reading the item Quantify in the book "97 Things Every Software Architect Should Know" (sanitised Amazon link) and it got me wondering how to quantify scalability.
I have designed two ...
2
votes
2answers
69 views
where to pass quantifying data values for formula fields?
What is a common way to pass data for formula fields, to specify a quantifier. I would currently do as follows:
<input type="text" name="myfield" class="inputfieldstyle quantified" id="q_12" ...
0
votes
4answers
92 views
Quantify streamed video
I'm developing a PHP application which will charge users for the videos they watch. The business model is "everyone pays for how much she watches". For this purpose, I need to;
Implement secure ...