Re: Balancing randomness
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 27975
interpreted = N
texte = >I've posted the three methods along with the code used to generate each>at http://toastdesign.com/randomI belive your first results are based on a bad formula:[math]pick=[format .0f][math]pick=(([random]/100)*4)+1[/math][/format][/math]The part [random]/100)*4)+1 does not do what I think you expect it to do.If [random] is from 1-12 (12 figures) your formula will result in 1If [random] is from 13-37 (25 figures) your formula will result in 2If [random] is from 38-61 (24 figures) your formula will result in 3If [random] is from 62-87 (26 figures) your formula will result in 4If [random] is from 88-100 (13 figures) your formula will result in 5which is pretty much the same as what you see in your random table:1 = 128 (12.8%)2 = 239 (23.9%)3 = 255 (25.5%)4 = 258 (25.8%)5 = 120 (12%)As far as I can see [random] works as advertised, try to loop all 100 numbers instead of 5:[loop start=1&end=100][math show=f]total[index]=0[/math][/loop][!]Set your endpoint here[/!][math show=f]endPoint=1[/math][loop start=1&end=[endPoint]][math show=f]pick=[format .0f][random][/format][/math][math show=f]total[pick]=[interpret][total[pick]][/interpret]+1[/math][/loop]
[loop start=1&end=100][index] = [interpret][total[index]][/interpret] ([math][interpret][total[index]][/interpret]/[endPoint]*100[/math]%)
[/loop] ************************************************************* Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 Ljusa Idéer AB S-211 37 Malmoe Fax +46 40 97 99 77 Sweden http://www.ljusaideer.se-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server.To end your Mail problems go to
.This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to
Associated Messages, from the most recent to the oldest:
>I've posted the three methods along with the code used to generate each>at http://toastdesign.com/randomI belive your first results are based on a bad formula:[math]pick=[format .0f][math]pick=(([random]/100)*4)+1[/math][/format][/math]The part [random]/100)*4)+1 does not do what I think you expect it to do.If [random] is from 1-12 (12 figures) your formula will result in 1If [random] is from 13-37 (25 figures) your formula will result in 2If [random] is from 38-61 (24 figures) your formula will result in 3If [random] is from 62-87 (26 figures) your formula will result in 4If [random] is from 88-100 (13 figures) your formula will result in 5which is pretty much the same as what you see in your random table:1 = 128 (12.8%)2 = 239 (23.9%)3 = 255 (25.5%)4 = 258 (25.8%)5 = 120 (12%)As far as I can see [random] works as advertised, try to loop all 100 numbers instead of 5:[loop start=1&end=100][math show=f]total[index]=0[/math][/loop][!]Set your endpoint here[/!][math show=f]endPoint=1[/math][loop start=1&end=[endPoint]][math show=f]pick=[format .0f][random][/format][/math][math show=f]total[pick]=[interpret][total[pick]][/interpret]+1[/math][/loop]
[loop start=1&end=100][index] = [interpret][total[index]][/interpret] ([math][interpret][total[index]][/interpret]/[endPoint]*100[/math]%)
[/loop] ************************************************************* Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 Ljusa Idéer AB S-211 37 Malmoe Fax +46 40 97 99 77 Sweden http://www.ljusaideer.se-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server.To end your Mail problems go to .This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to
Christer Olsson
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Trouble with formula.db (1997)
Loop into field (1998)
Up and running ... at last !! (1997)
Help name our technology! I found it (1997)
[WebDNA] mydatabase.db-oRiGiNaL- (2016)
Cant open pages generated by Webcat (2004)
WC2b15 - [HTMLx]...[/HTMLx] problems SOLVED! (1997)
WebCatalog/Mac 2.1b2 - PIXO (1997)
Validation (2000)
SiteEdit Pro Update Announcement (1997)
OSX Applescripts -- Anyone? please? (2004)
syntax question, not in online refernce (1997)
Re:2nd WebCatalog2 Feature Request (1996)
thanks for the submissions (1998)
Cookies and WebCat?? (1999)
Getting Emailer to send mail (1997)
Communigate+Webcat (2001)
Problem with Formulas.db (1998)
Spawn and upload (2004)
updating with ProductEditor (1998)