Metadata-Version: 2.1
Name: PercentRD
Version: 0.1
Summary: Percent Random Return
Home-page: https://github.com/AODevStorm
Author: DevStorm
Author-email: storm@stormdev.club
License: UNKNOWN
Description: # Percent Random
        # 확률 랜덤 반환
        
        `pip install PercentRD`
        
        ```py
        from PercentRD.Percent import Random as RD
        print(RD(100))
        ```
        
        ```
        a
        ```
        
        # 사용법
        만약 10퍼센트 확률로 설정하고 한다면 만약 10퍼센트 확률로 의도한게 떴다면 a를 리턴. 하지만 10퍼센트 확률로 의도하지 않은게 떴다면 b가 뜹니다.
        
        # Contacts
        - [Mail](mailto:storm@stormdev.club)
        - [STORM#9999](https://invite.gg/freeai)
        - [Github](https://github.com/AODevStorm)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
