oprypin / nim-random

Random number generation library for Nim
MIT License
68 stars 13 forks source link

How to use this library #18

Closed saxsoares closed 6 years ago

saxsoares commented 6 years ago

Sorry for the noob question, but how can I use this library? What I have to do?

oprypin commented 6 years ago

You install it like any other library, and you call its functions. If you don't know how to do some particular step, you ask the community. If the library's documentation is seems inadequate, you report it.

data-man commented 6 years ago

@saxsoares See unittests. mersenne.nim#L72 e.g.

oprypin commented 6 years ago

There's really no need for that, the main README has examples