Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 467 Bytes

DeckRNG shared library

Implementation of DeckInterface for CoinPoker client. It creates single shared library, -DeckRNG.

How to test

At first CoinPoker client will try to load DeckRNG_custom library, if it's not found - original DeckRNG library will be loaded.

So in order to test it you need to rename shared library to DeckRNG_custom and place it in CoinPoker client installation directory.