This build is for .netcore3.0
For easy installation use NuGet
PM> Install-Package Randy.NET
Firstly, you need to initialize GeneratorClient
class with your GeneratorService API key
GeneratorClient client = new GeneratorClient("ffffffff-ffff-ffff-ffff-ffffffffffff");
Then you can use necessary method to get the result of true randomness. Client supports sync/async versions of methods
GetIntegers
GetIntegerSequences
GetDecimalFractions
GetGaussians
GetStrings
GetBlobs
GetGuids
GetUsage
- You can check methods' arguments ranges in
summary
or in random.org documentation - Available bases for integers:
2
,8
,10
,16
- Automapper >= 9.0.0
- AsyncHelper from AspNetIdentity (MIT)
If you find a bug, want to suggest an improvement or have a question, feel free to create an issue above
Part of random.org Contributed libraries
Supported with license by Jetbrains opensource
-
GetUUIDs
method -
GetBlobs
method -
GetUsage
method - Arguments checks
- Let users pass their ID to methods
- Some integrations tests
- Signed API