Pamelloes

Results 3 issues of Pamelloes

Currently, both prandInteger\* functions and randInteger\* functions use the native function BN_rand_range. I believe that the prandInteger\* functions should be using the BN_pseudo_rand_range function.

I merged in branch 0.7 to master and applied some of the fixes to the C code. Also fixed the test suite. Note: This PR was originally to apply my...

wlc_output_created_cb is called once when I start up wlc with a matching call to wlc_output_destroyed_cb when wlc gets shut down. However, each time I switch vts away from wlc and...