// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.crypto.prng;

public interface EntropySourceProvider
{
    EntropySource get(final int p0);
}
