I am using chartboost interstitial in my android app and able to show interstitial ads using their android sdk.
The statement which shows the ad is:
this.cb.showInterstitial();
My question is that by using Java code, how can I randomize this display of ad so that users don't always see the ad but only at random times.