It might help you to understand how the outputs control the LEDs by using the simulation below.
Badge It - Silver
Use the simulation to write down which outputs will need to be set to high for each number the die will generate from 1 through to 6.
Using the diagram below and any graphics package you choose, draw a basic diagram to show how the arrangement of LEDs will be connected to the pins of the GENIE chip.
This silver badge progress ladder indigo - Follow a PCB created by a third party, and identify some of the outputs and inputs.
Learn It
With this information, you should now be able to create a program to generate the random numbers.
You've quite a bit of experience using flowcharts to program GENIE chips already, so here is the start of the flowchart only.
Badge It - Gold
Use the file you downloaded earlier and your knowledge of which outputs to send high to complete the program and test it to make sure it works.
Take a screenshot of your program when you have finished.
This gold badge progress ladder yellow - With assistance, write a simple program to manipulate outputs
Badge It - Platinum
There are many ways of solving this probems.
See if you can come up with an alternative algorithm that doesn't use the Random block.
Take a screenshot of your program when it is complete.
This platinum badge progress ladder, green - With assistance, write programs to handle inputs in a PIC circuit.