Sadie’s Matrix of Fate Results

February 1st, 2011 by k Leave a reply »

READ PREVIOUS POST FIRST



Direct from Hanning’s computer…the reveal of destiny… (Color coded for your convinience):

timL will not be asked
hanning will be asked
calvin will not be asked
andy will not be asked
alfred will not be asked
hank will not be asked
justin will not be asked
timC will not be asked
ben will not be asked
dun will not be asked
kevin will not be asked
paul will not be asked

Epic computer results FTW.


If anybody cares…here’s the code.

import static java.lang.System.*;
import java.util.Arrays;

public class Test
{
 
 public static void main(String[] args)
 {
  /*Test1 test = new Test1();
  out.println(test.method(2));
  double data[] = new double[5];
  Arrays.fill(data,5);
  out.println(Arrays.toString(data));*/
  double timL = Math.random();
  if(timL<=1.0/5)
   out.println(“timL will be asked”);
  else out.println(“timL will not be asked”);
  double hanning = Math.random();
  if(hanning<=1.0/7)
   out.println(“hanning will be asked”);
  else out.println(“hanning will not be asked”);
  double calvin = Math.random();
  if(calvin<=1.0/8)
   out.println(“calvin will be asked”);
  else out.println(“calvin will not be asked”);
  double andy = Math.random();
  if(andy<=1.0/10)
   out.println(“andy will be asked”);
  else out.println(“andy will not be asked”);
  double alfred = Math.random();
  if(alfred<=1.0/20)
   out.println(“alfred will be asked”);
  else out.println(“alfred will not be asked”);
  double hank = Math.random();
  if(hank<=1.0/25)
   out.println(“hank will be asked”);
  else out.println(“hank will not be asked”);
  double justin = Math.random();
  if(justin<=1.0/30)
   out.println(“justin will be asked”);
  else out.println(“justin will not be asked”);
  double timC = Math.random();
  if(timC<=1.0/40)
   out.println(“timC will be asked”);
  else out.println(“timC will not be asked”);
  double ben = Math.random();
  if(ben<=1.0/50)
   out.println(“ben will be asked”);
  else out.println(“ben will not be asked”);
  double dun = Math.random();
  if(dun<=1.0/60)
   out.println(“dun will be asked”);
  else out.println(“dun will not be asked”);
  double kevin = Math.random();
  if(kevin<=1.0/65)
   out.println(“kevin will be asked”);
  else out.println(“kevin will not be asked”);
  double paul = Math.random();
  if(paul<=1.0/150)
   out.println(“paul will be asked”);
  else out.println(“paul will not be asked”);
 }
}


If you notice any coding errors, well, too bad, fate compensates for java errors.


Ok, now that you guys know the result of fate, I ran it a few times on my computer. These are not what will happen, as destiny gave the results above. But yeah, here are the next 5 runs of it…

The Alternative Result

timL will not be asked
hanning will not be asked

calvin will be asked
andy will not be asked
alfred will not be asked
hank will not be asked
justin will not be asked
timC will not be asked
ben will not be asked
dun will not be asked
kevin will not be asked
paul will not be asked


The WTF Result

timL will not be asked
hanning will not be asked
calvin will not be asked
andy will not be asked
alfred will not be asked
hank will not be asked
justin will not be asked
timC will not be asked
ben will not be asked
dun will be asked
kevin will not be asked
paul will not be asked


The Logical Result

timL will be asked
hanning will not be asked
calvin will not be asked
andy will not be asked
alfred will not be asked
hank will not be asked
justin will not be asked
timC will not be asked
ben will not be asked
dun will not be asked
kevin will not be asked
paul will not be asked


The “I swear, we did not rig this” Result

timL will not be asked
hanning will be asked
calvin will not be asked
andy will not be asked
alfred will not be asked
hank will not be asked
justin will not be asked
timC will not be asked
ben will not be asked
dun will not be asked
kevin will be asked
paul will not be asked


The Realistic Result

timL will not be asked
hanning will not be asked
calvin will not be asked
andy will not be asked
alfred will not be asked
hank will not be asked
justin will not be asked
timC will not be asked
ben will not be asked
dun will not be asked
kevin will not be asked
paul will not be asked


[2:19:56 AM] Hanning: “can i get an extension for my packet because I was trying to code fate”
[2:20:00 AM] Hanning: lololol
[2:20:43 AM] kc32815: lol
[2:20:48 AM] kc32815: that’s the best exuse ever
[2:20:50 AM] kc32815: she has to accept it
[2:20:50 AM] Hanning: haha

Related Posts:

  • No Related Posts
Advertisement

2 comments

  1. Benji says:


    [2:19:56 AM] Hanning: “can i get an extension for my packet because I was trying to code fate”

    LOLOLOL

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.